[Html-widget] FormFu: Catalyst FormConfig + manual constraints

Tobias Kremer list at funkreich.de
Thu Apr 19 10:58:32 GMT 2007


> 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.

I just read that, too :) On the other hand: A simple (utf8-encoded)
perl-script containing just:

print "<insert-favourite-umlauts-here>\n";

works perfectly!


> Which Catalyst plugins / views are you using?

  -Debug
  ConfigLoader
  Static::Simple
  StackTrace
  I18N
  Authentication
  Authentication::Store::DBIC
  Authentication::Credential::Password
  Session
  Session::Store::DBIC
  Session::State::Cookie
  Email

View = Template-Toolkit

Everything renders okay except the error messages from HTML::FormFu::I18N::de
which look like this:

Feld muss ausgef<questionmark>llt sein.

Thanks!

--Tobias



More information about the Html-widget mailing list