Added a few common entities

This commit is contained in:
Pierre Pronchery 2010-09-13 03:58:15 +00:00
parent 8841d674b0
commit 3a25d887d1

View File

@ -104,17 +104,24 @@ static const GHtmlEntity _ghtml_entities[] =
{ "agrave", "à" }, { "agrave", "à" },
{ "amp", "&" }, { "amp", "&" },
{ "brvbar", "|" }, { "brvbar", "|" },
{ "bull", "#" },
{ "Ccedil", "Ç" }, { "Ccedil", "Ç" },
{ "ccedil", "ç" }, { "ccedil", "ç" },
{ "cedil", "ž" },
{ "cent", "¢" }, { "cent", "¢" },
{ "circ", "^" },
{ "copy", "©" }, { "copy", "©" },
{ "deg", "°" }, { "deg", "°" },
{ "Eacute", "É" }, { "Eacute", "É" },
{ "Egrave", "È" }, { "Egrave", "È" },
{ "eacute", "é" }, { "eacute", "é" },
{ "egrave", "è" }, { "egrave", "è" },
{ "frac12", "1/2" },
{ "frac14", "1/4" },
{ "frac34", "3/4" },
{ "gt", ">" }, { "gt", ">" },
{ "iexcl", "¡" }, { "iexcl", "¡" },
{ "laquo", "«" },
{ "lt", "<" }, { "lt", "<" },
{ "macr", "¯" }, { "macr", "¯" },
{ "micro", "µ" }, { "micro", "µ" },
@ -123,11 +130,16 @@ static const GHtmlEntity _ghtml_entities[] =
{ "para", "" }, { "para", "" },
{ "plusmn", "±" }, { "plusmn", "±" },
{ "pound", "£" }, { "pound", "£" },
{ "iquest", "¿" },
{ "quot", "\"" }, { "quot", "\"" },
{ "raquo", "»" },
{ "reg", "®" }, { "reg", "®" },
{ "sect", "§" }, { "sect", "§" },
{ "sup1", "¹" },
{ "sup2", "²" }, { "sup2", "²" },
{ "sup3", "³" }, { "sup3", "³" },
{ "tilde", "~" },
{ "times", "×" },
{ "uml", "š" }, { "uml", "š" },
{ "yen", "¥" } { "yen", "¥" }
}; };