]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:07:44 +0000 (16:07 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 14:07:44 +0000 (14:07 +0000)
commit07664c9ddb5b5ee3371912fdc47da24bbbc7a6b3
treea2b499a89658b0a6cb8e607bfc73fe20bbf661eb
parentfc9a5ef1a8894b2c61dbc762be6a8bf90906b621
[3.11] gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (GH-108699) (#111325)

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