forked from KolibriOS/kolibrios
Add special symbol "parsing"
git-svn-id: svn://kolibrios.org@6376 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
01bcd9bc95
commit
0b7ac66eda
@ -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--------");
|
||||
}
|
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user