* Bill Moseley <[EMAIL PROTECTED]> [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/>

_______________________________________________
List: Catalyst@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/

Reply via email to