# HG changeset patch # User Matti Hamalainen # Date 1433952308 -10800 # Node ID c42c900daf088701b1d818b9ce9af9404f48ae87 # Parent 50d47bdd44253a2d8fe714658a85c77d0f30b08e utillib: Add more entity conversions. diff -r 50d47bdd4425 -r c42c900daf08 utillib.tcl --- 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 "|ä|ä|å|ö|—|-|'|'|–|-|"|\"" 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] "|"]