]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-61456: Add Thai language codec aliases (#15079)
authorbtwood <4839861+btwood@users.noreply.github.com>
Mon, 7 Apr 2025 11:06:32 +0000 (05:06 -0600)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 11:06:32 +0000 (13:06 +0200)
commit895d983b5c9716aaaab34d14d278084b9b6730d8
tree6d1d98440f0a9b5aa127dc308fad8e7787577386
parentf2daa96c81a45b26bdcf3d5c3887cec02137974e
gh-61456: Add Thai language codec aliases (#15079)

Adding aliases for Thai language support. The current code page is an implementation of the windows code page.
This will alias '874', 'ms874', and 'windows_874' to cp874, adding Thai language support for those users.

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/encodings/aliases.py
Misc/NEWS.d/next/Library/2019-08-05-13-58-10.bpo-17254.11xglZ.rst [new file with mode: 0644]