logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Carl Franks <cpan@fireartist.com>

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

See Also