[New-bugs-announce] [issue14304] Implement utf-8-bmp codec

Andrew Svetlov report at bugs.python.org
Wed Mar 14 22:01:10 CET 2012


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Tkinter (and IDLE specially) can use only UCS-2 characters.
In PyShell IDLE tries to escape non-ascii.
To better result we should to escape only non-BMP chars leaving BMP characters untouched.

----------
assignee: asvetlov
messages: 155793
nosy: asvetlov
priority: normal
severity: normal
status: open
title: Implement utf-8-bmp codec
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14304>
_______________________________________


More information about the New-bugs-announce mailing list