changeset 333:9cecab5a0862

utillib: Add ­ entity squashing.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Aug 2015 13:04:13 +0300
parents c42c900daf08
children 088bb2621595
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Wed Jun 10 19:05:08 2015 +0300
+++ b/utillib.tcl	Thu Aug 27 13:04:13 2015 +0300
@@ -15,7 +15,7 @@
 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;|\""
+append utl_html_ent_str "|&#x2026;|...|&hellip;|...|&#34;|\"|&#xad;|"
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]