HTML::FormFu::Filter::Encode.3pm

Langue: en

Version: 2008-10-27 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

HTML::FormFu::Filter::Encode - Encode/Decode Submitted Values

SYNOPSIS

    # in your config:
    elements:
       - type: Text
         filters:
            - type: Encode
              candidates:
                 - utf8
                 - Hebrew
 
    # if you want to encode the decoded string to something else
    elements:
       - type: Text
         filters:
            - type: Encode
              candidates:
                 - utf8
                 - Hebrew
              encode_to: UTF-32BE
 
 

AUTHOR

Copyright (c) 2007 Daisuke Maki <daisuke@endeworks.jp> All rights reserved.

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.