changeset 582:1ace0cbde1dd

utillib: Add missing HTML entity.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 05 Jan 2021 09:13:55 +0200
parents 148c7553c50f
children d5fc3ecee4c7
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Mon Jan 04 12:20:38 2021 +0200
+++ b/utillib.tcl	Tue Jan 05 09:13:55 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;|Š"
+append utl_html_ent_str "|‘|'|’|'|”|\"|&scaron;|š|&Scaron;|Š|&#37;|%"
 
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]