Issue #20076: Added non derived UTF-8 aliases to locale aliases table. · pythoncapi/cpython@c383ad8 · GitHub
Skip to content

Commit c383ad8

Browse files
Issue python#20076: Added non derived UTF-8 aliases to locale aliases table.
The makelocalealias.py script no longer ignores UTF-8 mapping.
2 parents 20df057 + 1de0ba2 commit c383ad8

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

Lib/locale.py

Lines changed: 9 additions & 0 deletions

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ Core and Builtins
156156
Library
157157
-------
158158

159+
- Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
160+
159161
- Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
160162

161163
- Issue #20218: Added convenience methods read_text/write_text and read_bytes/
@@ -1188,6 +1190,8 @@ Tests
11881190
Tools/Demos
11891191
-----------
11901192

1193+
- Issue #20076: The makelocalealias.py script no longer ignores UTF-8 mapping.
1194+
11911195
- Issue #20079: The makelocalealias.py script now can parse the SUPPORTED file
11921196
from glibc sources and supports command line options for source paths.
11931197

Tools/i18n/makelocalealias.py

Lines changed: 0 additions & 4 deletions

0 commit comments

Comments
 (0)