PythonWin bug [very weird]

Neil Hodgson nhodgson at bigpond.net.au
Mon Sep 9 23:20:36 EDT 2002


Max M:

> That is almost as good as when you write a top latin-1 character like
> 'ø' and you try to delete it via backspace and it only seems to delete
> one of two bytes making it up, and you end up with 'À'.

   That is caused by reusing the IDLE automatic indentation smart backspace
code without allowing for characters that use multiple bytes. If you are
interested in fixing it, the code is in
Pythonwin\pywin\idle\AutoIndent.py

   Neil





More information about the Python-list mailing list