# HG changeset patch # User Matti Hamalainen # Date 1504629896 -10800 # Node ID 9c2cc740ec76e6d1430d5fcbba966d1e69a55f53 # Parent cd53828bb724a2eb4b33fe927b24fe5d4e4f8fa5 utillib: Added few more entity conversions. diff -r cd53828bb724 -r 9c2cc740ec76 utillib.tcl --- a/utillib.tcl Sun Sep 03 14:06:55 2017 +0300 +++ b/utillib.tcl Tue Sep 05 19:44:56 2017 +0300 @@ -17,6 +17,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] "|"]