Faqts : Computers : Programming : Languages : Python : Common Problems : PythonWin

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

6 of 6 people (100%) answered Yes
Recently 3 of 3 people (100%) answered Yes

Entry

Working with the new Build 132 of Pythonwin the German Umlauts are not handled properly in the editor windows. How can we fix this?
PythonWin does something strange with the Norwegian character å. How can I fix this?

Jul 17th, 2000 15:13
unknown unknown, Neil Hodgson


132 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.