changeset 317:994c398cb3fc

utillib: Add some entity conversions.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Mar 2015 16:17:40 +0200
parents 682adbf6f09f
children 5d886e2137d5
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Fri Feb 27 19:35:57 2015 +0200
+++ b/utillib.tcl	Fri Mar 13 16:17:40 2015 +0200
@@ -13,7 +13,7 @@
 append utl_html_ent_str "|&auml;|ä|&ouml;|ö|&Auml;|Ä|&Ouml;|Ö|&amp;|&|&lt;|<|&gt;|>"
 append utl_html_ent_str "|&#228;|ä|&#229;|ö|&mdash;|-|&#039;|'|&ndash;|-|&#034;|\""
 append utl_html_ent_str "|&#124;|-|&#8217;|'|&uuml;|ü|&Uuml;|Ü|&bull;|*|&euro;|€"
-append utl_html_ent_str "|&rdquo;|\"|&#8216;|'"
+append utl_html_ent_str "|&rdquo;|\"|&#8216;|'|&#xe4;|ä|&#xb7;|*|&#174;|®|&acute;|'"
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]