HTML::FormFu::Filter::Encode - Encode/Decode Submitted Values
Contents
Copyright And License
This software is copyright (c) 2018 by Carl Franks.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.38.2 2024-04-10 HTML::FormFu::Filter::Encode(3pm)
License
This library is free software, you can redistribute it and/or modify it under the same terms as Perl
itself.
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
Version
version 2.07
