changeset 441:9c2cc740ec76

utillib: Added few more entity conversions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 05 Sep 2017 19:44:56 +0300
parents cd53828bb724
children 19fe8ef0a902
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Sun Sep 03 14:06:55 2017 +0300
+++ b/utillib.tcl	Tue Sep 05 19:44:56 2017 +0300
@@ -17,6 +17,7 @@
 append utl_html_ent_str "|&#246;|ö|&#xf6;|ö|&#35;|#|&apos;|'|&shy;||–|-|”|\""
 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;|\""
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]