Issue #22682: Added support for the kz1048 encoding.

This commit is contained in:
Serhiy Storchaka 2015-05-12 23:16:55 +03:00
parent 0d4df752ac
commit ad8a1c3fb2
8 changed files with 19 additions and 3 deletions

View file

@ -704,7 +704,7 @@ class ElementTreeTest(unittest.TestCase):
'mac-roman', 'mac-turkish',
'iso2022-jp', 'iso2022-jp-1', 'iso2022-jp-2', 'iso2022-jp-2004',
'iso2022-jp-3', 'iso2022-jp-ext',
'koi8-r', 'koi8-u',
'koi8-r', 'koi8-u', 'kz1048',
'hz', 'ptcp154',
]
for encoding in supported_encodings: