]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)
authorErlend E. Aasland <erlend@python.org>
Wed, 25 Oct 2023 13:58:00 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 13:58:00 +0000 (15:58 +0200)
commit1262e41842957c3b402fc0cf0a6eb2ea230c828f
treeccd6be62201a9f4267f1ed98cded323ccf6b71c8
parent81ed80d843b3f6f0109e7ad854af2c5de27e1a89
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)

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

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