From 1e40fe136dbb3ea4d0233b2b96f22efddee78282 Mon Sep 17 00:00:00 2001 From: cvs Date: Tue, 14 May 2002 22:40:58 +0000 Subject: [PATCH] revert to ISO8859_1 def encoding cause of browsers --- source/config.properties-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/config.properties-dist b/source/config.properties-dist index ed949a98..fcb4a80c 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -202,7 +202,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=UTF8 +Mir.DefaultEncoding=ISO8859_1 Mir.Logfile=log/mir.log Mir.ErrorTemplate=error.template Mir.UserErrorTemplate=usererror.template -- 2.11.0