mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Fix an encoding issue of naive
This commit is contained in:
parent
0a455850e8
commit
f949de6ab6
1 changed files with 1 additions and 1 deletions
|
@ -1669,7 +1669,7 @@ rather than a warning if SQLite sends invalid UTF-8. (In Perl callbacks
|
||||||
from SQLite we still warn instead.)
|
from SQLite we still warn instead.)
|
||||||
|
|
||||||
=item * DBD_SQLITE_STRING_MODE_UNICODE_NAIVE: Like
|
=item * DBD_SQLITE_STRING_MODE_UNICODE_NAIVE: Like
|
||||||
DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK but uses a "naïve" UTF-8 decoding
|
DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK but uses a "naïve" UTF-8 decoding
|
||||||
method that forgoes validation. This is marginally faster than a validated
|
method that forgoes validation. This is marginally faster than a validated
|
||||||
decode, but it can also B<corrupt> B<Perl> B<itself!>
|
decode, but it can also B<corrupt> B<Perl> B<itself!>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue