mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19668: Added support for the cp1125 encoding.
This commit is contained in:
parent
e50240c504
commit
be0c3250b1
7 changed files with 44 additions and 31 deletions
|
@ -1602,6 +1602,7 @@ all_unicode_encodings = [
|
|||
"cp037",
|
||||
"cp1006",
|
||||
"cp1026",
|
||||
"cp1125",
|
||||
"cp1140",
|
||||
"cp1250",
|
||||
"cp1251",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue