<form>s: +accept-charset="iso-8859-2"
authorshort <>
Thu, 20 Jun 2002 14:13:38 +0000 (14:13 +0000)
committershort <>
Thu, 20 Jun 2002 14:13:38 +0000 (14:13 +0000)
 - 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

index 16b1b79..d5a44c5 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,8 +1,7 @@
-<IfModule mod_czech.c>
-       SourceCharset iso-8859-2
-</IfModule>
 <IfModule mod_csacek.c>
+       csacekEngine On
        csacekDefaultCharset iso-8859-2
+       csacekRecodeInput Off
 </IfModule>
 DirectoryIndex index.php
 php_flag short_open_tag off