changeset 337:e01963cb88fd

utillib: Add some more entity etc. conversions.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Sep 2015 14:40:11 +0300
parents bb4abe5cc235
children 6951c3a3f677
files utillib.tcl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Sat Sep 26 14:39:47 2015 +0300
+++ b/utillib.tcl	Sat Sep 26 14:40:11 2015 +0300
@@ -15,7 +15,8 @@
 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;|'|&shy;||–|-|”|\""
-append utl_html_ent_str "|&#x2026;|...|&hellip;|...|&#34;|\"|&#xad;|"
+append utl_html_ent_str "|&#x2026;|...|&hellip;|...|&#34;|\"|&#xad;||&#064;|#"
+append utl_html_ent_str "|&#xa0;| "
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]