ElementTree cannot parse UTF-8 Unicode?

"Martin v. Löwis" martin at v.loewis.de
Thu Jan 20 15:57:52 EST 2005


Jarek Zgoda wrote:

>> So why are there non-UNICODE versions of wxPython??? To save memory or
>> something???
> 
> 
> Win95, Win98, WinME have problems with unicode. 

This problem can be solved - on W9x, wxPython would have to
pass all Unicode strings to WideCharToMultiByte, using
CP_ACP, and then pass the result to the API function.

Regards,
Martin



More information about the Python-list mailing list