changeset 326:2a85f7dd9733

utillib: Add entity conversions.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Jun 2015 18:51:06 +0300
parents 9380535b8f12
children a5282cdc56e6
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Mon May 18 13:44:08 2015 +0300
+++ b/utillib.tcl	Wed Jun 03 18:51:06 2015 +0300
@@ -14,7 +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;|#"
+append utl_html_ent_str "|&#246;|ö|&#xf6;|ö|&#35;|#|&apos;|'"
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]