changeset 127:bfb398057543

urllog: Add some translated entities.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 17 Sep 2012 17:33:24 +0300
parents 86500b3ac599
children 0d21b9d1d2b9
files urllog.tcl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Sun May 27 10:36:14 2012 +0300
+++ b/urllog.tcl	Mon Sep 17 17:33:24 2012 +0300
@@ -147,7 +147,8 @@
 append urllog_ent_str "&lrm;||&aring;|å|&Aring;|Å|&eacute;|é|&#58;|:|&nbsp;| |"
 append urllog_ent_str "&#8221;|\"|&#8220;|\"|&laquo;|<<|&raquo;|>>|&quot;|\"|"
 append urllog_ent_str "&auml;|ä|&ouml;|ö|&Auml;|Ä|&Ouml;|Ö|&amp;|&|&lt;|<|&gt;|>|"
-append urllog_ent_str "&#228;|ä|&#229;|ö|&mdash;|-|&#039;|'|&ndash;|-"
+append urllog_ent_str "&#228;|ä|&#229;|ö|&mdash;|-|&#039;|'|&ndash;|-|&#034;|\""
+append urllog_ent_str "&#124;|-|&#8217;|'|&uuml;|ü|&Uuml;|Ü|&bull;|*|&euro;|€"
 set urllog_html_ent [split [encoding convertfrom "utf-8" $urllog_ent_str] "|"]
 
 ### Require packages