# HG changeset patch # User Matti Hamalainen # Date 1431671135 -10800 # Node ID a812bd6d752fabd0d773e259721d7ab29971c142 # Parent 0abb738a2b1f9a514a36a37d22f5bd6bcd10f32e utillib: Add some entity translations. diff -r 0abb738a2b1f -r a812bd6d752f utillib.tcl --- a/utillib.tcl Tue Apr 21 21:57:37 2015 +0300 +++ b/utillib.tcl Fri May 15 09:25:35 2015 +0300 @@ -14,6 +14,7 @@ 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] "|"]