changeset 467:b29b0db02649

utillib: Add unicode hyphen conversion to ascii.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 May 2018 20:04:44 +0300
parents a8eb80bbffa5
children 6c999a7ac6d9 cbad3fa706fe
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Wed May 09 20:04:13 2018 +0300
+++ b/utillib.tcl	Wed May 09 20:04:44 2018 +0300
@@ -17,7 +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;|\""
+append utl_html_ent_str "|&#8230;|...|&#47;|/|&#10;| |&#034;|\"|–|-"
 set utl_html_ent_list [split [encoding convertfrom "utf-8" $utl_html_ent_str] "|"]