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>
This commit is contained in:
parent
f2daa96c81
commit
895d983b5c
@ -204,6 +204,11 @@ aliases = {
|
||||
'csibm869' : 'cp869',
|
||||
'ibm869' : 'cp869',
|
||||
|
||||
# cp874 codec
|
||||
'874' : 'cp874',
|
||||
'ms874' : 'cp874',
|
||||
'windows_874' : 'cp874',
|
||||
|
||||
# cp932 codec
|
||||
'932' : 'cp932',
|
||||
'ms932' : 'cp932',
|
||||
|
@ -0,0 +1 @@
|
||||
Added aliases for Thai Language using Microsoft Code Pages.
|
Loading…
x
Reference in New Issue
Block a user