[issue24041] Implement Mac East Asian encodings properly

2015-04-24 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 24.04.2015 20:34, Behdad Esfahbod wrote: > > They are a rather minor change on top of the existing Asian encodings. So > implementing them in Python might be easier. I have a half-done version of > those. I can try finishing and post it back here. I

[issue24041] Implement Mac East Asian encodings properly

2015-04-24 Thread Behdad Esfahbod
Behdad Esfahbod added the comment: They are a rather minor change on top of the existing Asian encodings. So implementing them in Python might be easier. I have a half-done version of those. I can try finishing and post it back here. -- ___ Pytho

[issue24041] Implement Mac East Asian encodings properly

2015-04-24 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 24.04.2015 10:34, Behdad Esfahbod wrote: > > Thanks Marc-Andre. If the x_ was indeed added for that reason, it's quite a > coincidence, because the MIME name of these encodings also starts with > x-mac-..., so I assumed that's where the x_ comes from.

[issue24041] Implement Mac East Asian encodings properly

2015-04-24 Thread Behdad Esfahbod
Behdad Esfahbod added the comment: Thanks Marc-Andre. If the x_ was indeed added for that reason, it's quite a coincidence, because the MIME name of these encodings also starts with x-mac-..., so I assumed that's where the x_ comes from. The mappings are available at the Unicode website: http

[issue24041] Implement Mac East Asian encodings properly

2015-04-24 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: The "x_" prefix was added as reminder and way to document the desire to look into this at some point: https://github.com/python/cpython/commit/c696b47b10db1fa22b77ecfe1af392b3d62aab61 Before adding more codecs, we always ask whether these are in actual use

[issue24041] Implement Mac East Asian encodings properly

2015-04-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +hyeshik.chang, lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue24041] Implement Mac East Asian encodings properly

2015-04-23 Thread Behdad Esfahbod
Behdad Esfahbod added the comment: Also, I'm not sure about the 'x_' prefix. It's not kept for the other mac encodings. There's a useful table here: https://github.com/behdad/fonttools/issues/236 -- ___ Python tracker

[issue24041] Implement Mac East Asian encodings properly

2015-04-23 Thread Behdad Esfahbod
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', '