mirror of
https://github.com/fltk/fltk.git
synced 2025-12-13 07:34:40 +08:00
Add "†" HTML entity.
This commit is contained in:
@@ -3693,7 +3693,8 @@ quote_char(const char *p) { // I - Quoted string
|
|||||||
{ "yacute;", 7, 253 },
|
{ "yacute;", 7, 253 },
|
||||||
{ "yen;", 4, 165 },
|
{ "yen;", 4, 165 },
|
||||||
{ "Yuml;", 5, 0x0178 },
|
{ "Yuml;", 5, 0x0178 },
|
||||||
{ "yuml;", 5, 255 }
|
{ "yuml;", 5, 255 },
|
||||||
|
{ "dagger;", 7, 0x2020 }
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!strchr(p, ';')) return -1;
|
if (!strchr(p, ';')) return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user