add new config parameter: Mir.DefaultHTMLCharset . It allows us to set the charset...
authormh <mh>
Tue, 10 Dec 2002 21:07:52 +0000 (21:07 +0000)
committermh <mh>
Tue, 10 Dec 2002 21:07:52 +0000 (21:07 +0000)
source/config.properties-dist

index dcb56bf..974c7b0 100755 (executable)
@@ -207,8 +207,11 @@ Entity.Logfile=log/dbentity.log
 # don't change this unless you really know your i18n.
 # 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.Logfile=log/mir.log
 Mir.ErrorTemplate=error.template
 Mir.UserErrorTemplate=usererror.template