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;
_text text;
_tag tag;
debugln("-------START PARCING-------");
tag.clear();
style.clear();
/* Create DOM */
@ -197,5 +196,4 @@ _tag tag;
label.raw_size = 0;
}
free(DOM_start);
debugln("-------STOP PARCING--------");
}

View File

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