Entry
Why do some strange characters appear instead of norwegian characters in GUI of pythonwin build 132?
Jul 6th, 2000 16:01
unknown unknown, Nils Otto Johansen, Neil Hodgson
I'm not sure about 132 but 131 defaults to using Unicode for editing
Python source code and the interactive window. To stop this, open
Pythonwin\pywin\scintilla\view.py, find the OnInitialUpdate method and
comment out the two lines under "# Enable Unicode if we can". Save the
file, shut down Pythonwin and restart it and see if this fixes the
problem.