1HTML::FormFu::Filter::EUnsceordeC(o3n)tributed Perl DocuHmTeMnLt:a:tFioornmFu::Filter::Encode(3)
2
3
4
6 HTML::FormFu::Filter::Encode - Encode/Decode Submitted Values
7
9 version 2.07
10
12 # in your config:
13 elements:
14 - type: Text
15 filters:
16 - type: Encode
17 candidates:
18 - utf8
19 - Hebrew
20
21 # if you want to encode the decoded string to something else
22 elements:
23 - type: Text
24 filters:
25 - type: Encode
26 candidates:
27 - utf8
28 - Hebrew
29 encode_to: UTF-32BE
30
32 Copyright (c) 2007 Daisuke Maki <daisuke@endeworks.jp> All rights
33 reserved.
34
36 This library is free software, you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
40 Carl Franks <cpan@fireartist.com>
41
43 This software is copyright (c) 2018 by Carl Franks.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.32.1 2021-01-27 HTML::FormFu::Filter::Encode(3)