# HG changeset patch # User Matti Hamalainen # Date 1412613135 -10800 # Node ID 606c2a48b2ceb6fa2594a1739e6b2ffcaddaf7f1 # Parent f4b7b6e8fb370c67eb74a248d3861f0cc9386210 urllog: Add one entity translation. diff -r f4b7b6e8fb37 -r 606c2a48b2ce urllog.tcl --- a/urllog.tcl Tue Sep 30 14:50:01 2014 +0300 +++ b/urllog.tcl Mon Oct 06 19:32:15 2014 +0300 @@ -165,7 +165,7 @@ append urllog_ent_str "|ä|ä|ö|ö|Ä|Ä|Ö|Ö|&|&|<|<|>|>" append urllog_ent_str "|ä|ä|å|ö|—|-|'|'|–|-|"|\"" append urllog_ent_str "|||-|’|'|ü|ü|Ü|Ü|•|*|€|€" -append urllog_ent_str "|”|\"" +append urllog_ent_str "|”|\"|‘|'" set urllog_html_ent [split [encoding convertfrom "utf-8" $urllog_ent_str] "|"] ### Require packages