[wxPython-users] Re: OT Unicode, Locales and Python (for a wxPy app)

Werner F. Bruhin werner.bruhin at free.fr
Thu Dec 14 08:41:47 PST 2006


Hi Donn,

Donn Ingle wrote:
>> I am not sure how to change the encoding of the 
>> locale, so I can test other kinds. 
>>     
>
> Any hints? I'm on Kubuntu 6.06
>   
One more thing, all your Python source code files should have a line 
similar to this:

# -*- coding: iso-8859-1 -*-#

They defined the encoding used of strings within your source code.

Werner





More information about the wxpython-users mailing list