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", "¥" }
};