# HG changeset patch # User Matti Hamalainen # Date 1443267611 -10800 # Node ID e01963cb88fd9b3bb023d60c4c3a546b5ccc4877 # Parent bb4abe5cc235f4281e198e5be9fbeaf07f863659 utillib: Add some more entity etc. conversions. diff -r bb4abe5cc235 -r e01963cb88fd utillib.tcl --- 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 "|||-|’|'|ü|ü|Ü|Ü|•|*|€|€" 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] "|"]