]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle those...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Oct 2023 14:08:10 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 14:08:10 +0000 (14:08 +0000)
commited05bf600687ee506c37a5ee3bb63f37c42d3161
tree12f1193ffd0ff0af3588c9e46bf3863f2f4c4560
parent3d67b69820e2e612b4c0b108da0ab7b864b74103
[3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (GH-108699) (#111324)

Add a guide for how to handle non-UTF-8 text encodings.
Link to that guide from the 'text_factory' docs.

(cherry picked from commit 1262e41842957c3b402fc0cf0a6eb2ea230c828f)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Corvin <corvin@corvin.dev>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/sqlite3.rst