faqts : Computers : Programming : Languages : Python : Platforms : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes

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.