From 3a25d887d10fb2e4351a4a63bd2747d4ccf8d942 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 13 Sep 2010 03:58:15 +0000 Subject: [PATCH] Added a few common entities --- src/ghtml-gtktextview.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ghtml-gtktextview.c b/src/ghtml-gtktextview.c index 5525266..387c57c 100644 --- a/src/ghtml-gtktextview.c +++ b/src/ghtml-gtktextview.c @@ -104,17 +104,24 @@ static const GHtmlEntity _ghtml_entities[] = { "agrave", "à" }, { "amp", "&" }, { "brvbar", "|" }, + { "bull", "#" }, { "Ccedil", "Ç" }, { "ccedil", "ç" }, + { "cedil", "ž" }, { "cent", "¢" }, + { "circ", "^" }, { "copy", "©" }, { "deg", "°" }, { "Eacute", "É" }, { "Egrave", "È" }, { "eacute", "é" }, { "egrave", "è" }, + { "frac12", "1/2" }, + { "frac14", "1/4" }, + { "frac34", "3/4" }, { "gt", ">" }, { "iexcl", "¡" }, + { "laquo", "«" }, { "lt", "<" }, { "macr", "¯" }, { "micro", "µ" }, @@ -123,11 +130,16 @@ static const GHtmlEntity _ghtml_entities[] = { "para", "¶" }, { "plusmn", "±" }, { "pound", "£" }, + { "iquest", "¿" }, { "quot", "\"" }, + { "raquo", "»" }, { "reg", "®" }, { "sect", "§" }, + { "sup1", "¹" }, { "sup2", "²" }, { "sup3", "³" }, + { "tilde", "~" }, + { "times", "×" }, { "uml", "š" }, { "yen", "¥" } };