[Catalyst] Re: Catalyst, utf8 in form element type text - Solved

Aristotle Pagaltzis pagaltzis at gmx.de
Tue May 6 08:04:38 BST 2008


* Bill Moseley <moseley at hank.org> [2008-05-05 21:40]:
> <form> tags should have accept-charset

Browsers tend to ignore that and send the form data in the same
encoding as the page that the form was on. Some browsers also do
other screwy things. Overall this is an area of much hatefulness.
For best results, <http://search.cpan.org/perldoc?Encode::HEBCI>
is the way to go. But most of the time it’s overkill, since once
you get your pages to be served as UTF-8 properly, you can pretty
much forget the issue.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list