From 0730809bd5827180c67cbf822d878553f2043764 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 20 Jun 2002 14:13:38 +0000 Subject: [PATCH]
s: +accept-charset="iso-8859-2" - fixed CSacek-2.1.9-incompatibility - temporary workaround, to be removed when CSacek supports input "utf-8" - fixed (cosmetic IRL) HTML-4.01 non-compliance - for more details see common.php/form_charset() Forced CSacek to be "On" (webserver admin has been suggest to do global "Off") --- .htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 16b1b79..d5a44c5 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,7 @@ - - SourceCharset iso-8859-2 - + csacekEngine On csacekDefaultCharset iso-8859-2 + csacekRecodeInput Off DirectoryIndex index.php php_flag short_open_tag off -- 1.8.3.1