>-----Message d'origine-----
>De : Bjørn-Helge Mevik [mailto:[email protected]] 
>Envoyé : dimanche, 21. décembre 2008 23:52
>À : [email protected]
>Objet : [Catalyst] mod_perl converts latin1 to utf8 !?
>
....

>Thus it would seem that mod_perl converts latin1 to utf8 when sending
>to the browser, but not back again when receiving forms.
>


Mod_perl probably does nothing to your encoding, but Apache might interfere.

a) did you configure your Apache as follows ?

   AddDefaultCharset iso-8859-1

b) try to look a the HTTP traffic (using Firebug or Fiddler2), to see if there 
are some other charset=... headers generated by some component in your chain. 

c) try some static latin1 pages in Apache htdocs to see if they are rendered 
correctly.

Hope this helps,

Good luck, Laurent Dami

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to