mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #1634778: add missing encoding aliases for iso8859_15 and
iso8859_16.
This commit is contained in:
parent
ab49684f55
commit
4ba9e5bdc7
3 changed files with 10 additions and 0 deletions
|
@ -46,6 +46,7 @@ CHARSETS = {
|
|||
'iso-8859-13': (QP, QP, None),
|
||||
'iso-8859-14': (QP, QP, None),
|
||||
'iso-8859-15': (QP, QP, None),
|
||||
'iso-8859-16': (QP, QP, None),
|
||||
'windows-1252':(QP, QP, None),
|
||||
'viscii': (QP, QP, None),
|
||||
'us-ascii': (None, None, None),
|
||||
|
@ -81,6 +82,8 @@ ALIASES = {
|
|||
'latin-8': 'iso-8859-14',
|
||||
'latin_9': 'iso-8859-15',
|
||||
'latin-9': 'iso-8859-15',
|
||||
'latin_10':'iso-8859-16',
|
||||
'latin-10':'iso-8859-16',
|
||||
'cp949': 'ks_c_5601-1987',
|
||||
'euc_jp': 'euc-jp',
|
||||
'euc_kr': 'euc-kr',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue