# HG changeset patch # User Matti Hamalainen # Date 1440669853 -10800 # Node ID 9cecab5a086201e3968f7516601c0f0baf97d749 # Parent c42c900daf088701b1d818b9ce9af9404f48ae87 utillib: Add ­ entity squashing. diff -r c42c900daf08 -r 9cecab5a0862 utillib.tcl --- 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 "|||-|’|'|ü|ü|Ü|Ü|•|*|€|€" append utl_html_ent_str "|”|\"|‘|'|ä|ä|·|*|®|®|´|'" append utl_html_ent_str "|ö|ö|ö|ö|#|#|'|'|­||–|-|”|\"" -append utl_html_ent_str "|…|...|…|...|"|\"" +append utl_html_ent_str "|…|...|…|...|"|\"|­|" set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]