New submission from Behdad Esfahbod:

encodings.aliases has this in it's tail, even master today [0]

    # temporary mac CJK aliases, will be replaced by proper codecs in 3.1
    'x_mac_japanese'      : 'shift_jis',
    'x_mac_korean'        : 'euc_kr',
    'x_mac_simp_chinese'  : 'gb2312',
    'x_mac_trad_chinese'  : 'big5',

A full implementation is appreciated.

[0] https://github.com/python/cpython/blob/master/Lib/encodings/aliases.py#L539

----------
components: Library (Lib)
messages: 241876
nosy: Behdad.Esfahbod
priority: normal
severity: normal
status: open
title: Implement Mac East Asian encodings properly

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to