mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove mojibake in the locale aliases mapping. (GH-6716)
This commit is contained in:
parent
cedc9b7420
commit
a3f19c3f52
2 changed files with 3 additions and 2 deletions
|
@ -923,7 +923,6 @@ locale_alias = {
|
|||
'bo_in': 'bo_IN.UTF-8',
|
||||
'bokmal': 'nb_NO.ISO8859-1',
|
||||
'bokm\xe5l': 'nb_NO.ISO8859-1',
|
||||
'bokm\xef\xbf\xbd': 'nb_NO.ISO8859-1',
|
||||
'br': 'br_FR.ISO8859-1',
|
||||
'br_fr': 'br_FR.ISO8859-1',
|
||||
'brx_in': 'brx_IN.UTF-8',
|
||||
|
@ -1072,7 +1071,6 @@ locale_alias = {
|
|||
'fr_fr': 'fr_FR.ISO8859-1',
|
||||
'fr_lu': 'fr_LU.ISO8859-1',
|
||||
'fran\xe7ais': 'fr_FR.ISO8859-1',
|
||||
'fran\xef\xbf\xbdis': 'fr_FR.ISO8859-1',
|
||||
'fre_fr': 'fr_FR.ISO8859-1',
|
||||
'french': 'fr_FR.ISO8859-1',
|
||||
'french.iso88591': 'fr_CH.ISO8859-1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue