[Pythonmac-SIG] mac-roman and PythonIDE

Just van Rossum just@letterror.com
Fri, 10 Jan 2003 00:24:58 +0100


Pascal Oberndoerfer wrote:

> Hmm... Seems like the PythonIDE (under MacPython 2.3a1 [*not* OS9])
> lost its ability to display mac-roman characters like =E4, =F6, =FC, or
> '...' (i.e. true ellipsis) from the scripts menu if they occur inside
> script names.
>=20
> Anybody else seeing this?

Not with the OS9-compatible MacPython 2.3a1, but I did see it in a
framework build. I've fixed it in CVS by explicitly interpreting the
output of os.listdir() as utf-8, and added a tiny bit of unicode support
to the Menu stuff in FrameWork.py.

Just