From 293a161751b1bece49bf50af7407202bcbcf6c4b Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 18 Jan 2003 08:28:16 +0000 Subject: [PATCH] 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 --- etc/config.properties-dist | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.11.0