From: mh Date: Sat, 18 Jan 2003 08:28:16 +0000 (+0000) Subject: remove Mir.DefaultHTMLCharset we have finer grained charset control now taken from... X-Git-Tag: BEFORE_MERGE_1_1~307 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=293a161751b1bece49bf50af7407202bcbcf6c4b;p=mir.git remove Mir.DefaultHTMLCharset we have finer grained charset control now taken from the bundles. it changes dynamically too. Also, make the default encoding used to produce files UTF8 for now. still sort of experimental. The other solution would be to do the same as the charset and determine it dynamically from the bundles.. The other problem it solves, is think of a chinese admin interface view a greek article --- diff --git a/etc/config.properties-dist b/etc/config.properties-dist index 9115ba6c..7c05aa65 100755 --- a/etc/config.properties-dist +++ b/etc/config.properties-dist @@ -252,11 +252,7 @@ Entity.Logfile=log/dbentity.log # The default encoding charset used in the written html files as well # as the dynamic output html. # also used for the HTML charset meta tag. -Mir.DefaultEncoding=ISO8859_1 -# this encoding is used for the HTML charset meta tag. -# it must be the html charset equivalent of the Java encoding above -# don't change this unless... -Mir.DefaultHTMLCharset=ISO-8859-1 +Mir.DefaultEncoding=UTF8 Mir.Logfile=log/mir.log Mir.ErrorTemplate=templates/error.template