changeset 609:a5e83abb51a8

utillib: Add one HTML entity conversion.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Feb 2021 00:13:42 +0200
parents 179fc8150090
children a5c929a473ac
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 "|&#x2026;|...|&hellip;|...|&#34;|\"|&#xad;||&#064;|#"
 append utl_html_ent_str "|&#xa0;| |&pound;|£|&#38;|&|&#158;|ž|&#196;|Ä|&#186;|º"
 append utl_html_ent_str "|&#8230;|...|&#47;|/|&#10;| |&#034;|\"|&#x27;|\""
-append utl_html_ent_str "|‘|'|’|'|”|\"|&scaron;|š|&Scaron;|Š|&#37;|%"
+append utl_html_ent_str "|‘|'|’|'|”|\"|&scaron;|š|&Scaron;|Š|&#37;|%|&#214;|Ö"
 
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]