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

Jifty::DBI::Filter::utf8 - Jifty::DBI UTF-8 data filter

Description

       This filter allow you to check that you operate with valid UTF-8 data.

       Usage as type specific filter is recommended.

Methods

encode
       Method always unset UTF-8 flag on the value, but if value doesn't have flag then method checks value for
       malformed UTF-8 data and stop on the first bad code.

   decode
       Checks whether value is correct UTF-8 data or not and substitute all malformed data with the 0xFFFD code
       point.

       Always set UTF-8 flag on the value.

Name

       Jifty::DBI::Filter::utf8 - Jifty::DBI UTF-8 data filter

See Also

       Jifty::DBI::Filter, perlunicode

perl v5.34.0                                       2022-06-15                      Jifty::DBI::Filter::utf8(3pm)

See Also