# HG changeset patch # User Matti Hamalainen # Date 1433346666 -10800 # Node ID 2a85f7dd97336480ced70ff9b61dd18bdbf58418 # Parent 9380535b8f126a7638ac9ecffd726359a850d93d utillib: Add entity conversions. diff -r 9380535b8f12 -r 2a85f7dd9733 utillib.tcl --- a/utillib.tcl Mon May 18 13:44:08 2015 +0300 +++ b/utillib.tcl Wed Jun 03 18:51:06 2015 +0300 @@ -14,7 +14,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] "|"]