changeset 330:c42c900daf08

utillib: Add more entity conversions.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Jun 2015 19:05:08 +0300
parents 50d47bdd4425
children b8ae5e99341b 9cecab5a0862
files utillib.tcl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Wed Jun 03 18:52:34 2015 +0300
+++ b/utillib.tcl	Wed Jun 10 19:05:08 2015 +0300
@@ -14,7 +14,8 @@
 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;|#|&apos;|'"
+append utl_html_ent_str "|&#246;|ö|&#xf6;|ö|&#35;|#|&apos;|'|&shy;||–|-|”|\""
+append utl_html_ent_str "|&#x2026;|...|&hellip;|...|&#34;|\""
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]