[Catalyst] mod_perl2 vs. Catalyst server: utf problem

Jon catalyst at bytabok.com
Mon Mar 31 11:50:50 BST 2008


On Sat, Mar 22, 2008 at 7:34 PM, Alex Povolotsky <tarkhil at over.ru> wrote:

> Hello!
>

Hi


>
> I've debugged my app under Catalyst::HTTP server, it worked just fine
> with UTF-8.
>
> After deploying it under mod_perl, I've found garbled content, UTF-8
> strings are just different.
>


Is all your data in the db utf8 if you're using a db that is?

Are all your templates utf8?

Does your apache claim utf8 in the headers?
Content-Type: text/html; charset=3Dutf-8

Does your templates contain meta tag for the browser?
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8">

/Jon

>
> I'm using perl 5.8.8, apache 2.2.8, mod_perl2 2.0.3_3.
>
> Searching interned yielded no result at all.
>
> Alex.
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080331/5fa45=
a77/attachment.htm


More information about the Catalyst mailing list