HTML-FormFu

 view release on metacpan or  search on metacpan

lib/HTML/FormFu/Manual/Unicode.pod  view on Meta::CPAN

L<HTML::FormFu::Filter::Encode>.

=head2 Data from the database

If you're using L<DBIx::Class>, L<DBIx::Class::UTF8Columns> is likely the
best options, as it will decode all input retrieved from the database -
see L</DBIx::Class Configuration>.

In other cases (i.e. plain DBI), you still need to decode the string data
coming from the database. This varies depending on the database server.
For MySQL, for instance, you can use the C<mysql_enable_utf8> attribute:
see L<DBD::mysql> documentation for details.

=head2 Your template files

Set TT to decode all template files - see L</TT Configuration>.

=head2 HTML::FormFu's own template files

Set C<HTML::FormFu> to decode all template files - see
L</HTML::FormFu Template Configuration>.



( run in 0.348 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )