[Catalyst-dev] RFC: Catalyst::View::Mason::Templated

Dave Rolsky autarch at urth.org
Tue Sep 18 14:43:27 GMT 2007


On Tue, 18 Sep 2007, Sebastian Willert wrote:

> Mostly because it is the way Catalyst::View::Templated handles charsets
> and I strove for maximum API compatibility with it. The charset is set
> to utf-8 if is_utf8() returns true, though, but I didn't manage to force
> Mason to produce anything but octet streams. I haven't looked too much
> in this issue so if anyone can give me some advice concerning
> HTML::Mason and charsets, please step up.

Mason is not doing any fiddling with your output, so if you output utf8, 
that should work. To do that, you may need to add "use utf8" to all your 
components, a job for Mason's pre-processing feature.


-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/



More information about the Catalyst-dev mailing list