[New-bugs-announce] [issue19625] IDLE should use UTF-8 as it's default encoding

irdb report at bugs.python.org
Sat Nov 16 15:53:51 CET 2013


New submission from irdb:

>>> s = 'ی'
Unsupported characters in input

I'm using windows 8 and Python 2.7.6.

The same line works perfectly if I save it in a module with encoding set to UTF-8; but it's really annoying that I can't test my code directly in IDLE.

----------
components: IDLE
messages: 203047
nosy: irdb
priority: normal
severity: normal
status: open
title: IDLE should use UTF-8 as it's default encoding
versions: Python 2.7

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


More information about the New-bugs-announce mailing list