i don't know if this helps ... i had to dig around my code to find it,
but I have this at the top of every template (actually at the top on
an included template that they all use ...

[% USE encoding 'utf-8' %]

IIRC this ensures that the correct headers are sent out before the
html. you can check if this is an issue by looking at what the browser
things the content encoding is.

also I put this in the header meta tags:

<meta http-equiv="content-type" content="application/xhtml+xml;
charset="utf-8" />

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to