# HG changeset patch # User Matti Hamalainen # Date 1612822422 -7200 # Node ID a5e83abb51a89eec49ccd60de91193b697040521 # Parent 179fc8150090ea98e23ae96479fb33201912c91f utillib: Add one HTML entity conversion. diff -r 179fc8150090 -r a5e83abb51a8 utillib.tcl --- a/utillib.tcl Mon Feb 08 13:28:05 2021 +0200 +++ b/utillib.tcl Tue Feb 09 00:13:42 2021 +0200 @@ -18,7 +18,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] "|"]