From 0f476b9904600bfd0c2655f3aa89c288ff0067b0 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 26 Jul 2021 11:43:57 +0900 Subject: [PATCH] Fix typo (#85) --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index bae3c92..862ae56 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1668,7 +1668,7 @@ DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK but usually throws an exception rather than a warning if SQLite sends invalid UTF-8. (In Perl callbacks from SQLite we still warn instead.) -=item * DBD_SQLITE_STRING_MODULE_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 method that forgoes validation. This is marginally faster than a validated decode, but it can also B B B