# HG changeset patch # User Matti Hamalainen # Date 1525885484 -10800 # Node ID b29b0db02649dfac68499392105dd847e8ba51ae # Parent a8eb80bbffa55c47ef98842802f410d5cedcb949 utillib: Add unicode hyphen conversion to ascii. diff -r a8eb80bbffa5 -r b29b0db02649 utillib.tcl --- a/utillib.tcl Wed May 09 20:04:13 2018 +0300 +++ b/utillib.tcl Wed May 09 20:04:44 2018 +0300 @@ -17,7 +17,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] "|"]