1HTML::FormFu::Filter::EUnsceordeC(o3n)tributed Perl DocuHmTeMnLt:a:tFioornmFu::Filter::Encode(3)
2
3
4

NAME

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

SYNOPSIS

9          # in your config:
10          elements:
11             - type: Text
12               filters:
13                  - type: Encode
14                    candidates:
15                       - utf8
16                       - Hebrew
17
18          # if you want to encode the decoded string to something else
19          elements:
20             - type: Text
21               filters:
22                  - type: Encode
23                    candidates:
24                       - utf8
25                       - Hebrew
26                    encode_to: UTF-32BE
27

AUTHOR

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

LICENSE

33       This library is free software, you can redistribute it and/or modify it
34       under the same terms as Perl itself.
35
36
37
38perl v5.12.1                      2010-05-16   HTML::FormFu::Filter::Encode(3)
Impressum