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 -- http://mail.python.org/mailman/listinfo/python-list