Add special symbol "parsing"

git-svn-id: svn://kolibrios.org@6376 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
guillem 2016-03-25 15:44:27 +00:00
parent 01bcd9bc95
commit 0b7ac66eda
2 changed files with 2 additions and 4 deletions

View File

@ -84,7 +84,6 @@ dword line_break;
byte ch, zeroch; byte ch, zeroch;
_text text; _text text;
_tag tag; _tag tag;
debugln("-------START PARCING-------");
tag.clear(); tag.clear();
style.clear(); style.clear();
/* Create DOM */ /* Create DOM */
@ -197,5 +196,4 @@ _tag tag;
label.raw_size = 0; label.raw_size = 0;
} }
free(DOM_start); free(DOM_start);
debugln("-------STOP PARCING--------");
} }

View File

@ -155,8 +155,8 @@ char *unicode_tags[]={
"#160", " ", "#160", " ",
"ntilde", "ñ", // spanish n special ñ "ntilde", "ñ", // spanish n special ñ
"#224", 0xC3A0, "#224", 0xC3A0, // spanish a with grove accent 'à'
"#241", 0xC3B1, // spanish a with grove accent 'à' "#241", 0xC3B1, // spanish symbol
"copy", "(c)", "copy", "(c)",
"#169", "(c)", "#169", "(c)",