# HG changeset patch # User Matti Hamalainen # Date 1608294969 -7200 # Node ID 3530d38071c432aa1b6e69af175dff303bc7b4f1 # Parent 2a1f3e0f09778653f22317f6c778fa48438f9c03 utillib: Add some HTML entity conversions. diff -r 2a1f3e0f0977 -r 3530d38071c4 utillib.tcl --- a/utillib.tcl Fri Nov 20 03:30:53 2020 +0200 +++ b/utillib.tcl Fri Dec 18 14:36:09 2020 +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] "|"]