On 19/04/07, Tobias Kremer <[EMAIL PROTECTED]> wrote:
> The "use utf8" tell perl that the file itself contains utf8 encoded
> characters, the german umlauts.

Hmm ... AFAIK "use utf8" is only needed if you want to use unicode
characters in variable/method names. Perl handles utf-8 strings in utf-8
encoded scripts perfectly without "use utf8", so this shouldn't be neccessary
in the I18N class. Nevertheless it shouldn't hurt either - unfortunately
it does in my case - everything is double utf-8 encoded after submitting the
form except the error_messages which come from HTML::FormFu::I18N::de :(

According to `perldoc utf8` and perluniintro, "use utf8" is required
if the source containts utf-8 in the source code - even for just
string constants/literals.

Which Catalyst plugins / views are you using?

Carl

_______________________________________________
Html-widget mailing list
[email protected]
http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget

Reply via email to