changeset 320:a812bd6d752f

utillib: Add some entity translations.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 May 2015 09:25:35 +0300
parents 0abb738a2b1f
children d8b957796121
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Tue Apr 21 21:57:37 2015 +0300
+++ b/utillib.tcl	Fri May 15 09:25:35 2015 +0300
@@ -14,6 +14,7 @@
 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;|'|&#xe4;|ä|&#xb7;|*|&#174;|®|&acute;|'"
+append utl_html_ent_str "|&#246;|ö|&#xf6;|ö|&#35;|#"
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]