On Sat, Mar 22, 2008 at 7:34 PM, Alex Povolotsky <[EMAIL PROTECTED]> 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=utf-8

Does your templates contain meta tag for the browser?
<meta http-equiv="Content-Type" content="text/html; charset=UTF-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: [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/
>
_______________________________________________
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