Unicode & Pythonwin / win32 / console?

"Martin v. Löwis" martin at v.loewis.de
Mon Jan 9 17:17:24 EST 2006


Robert wrote:
> I'm using Pythonwin and py2.3 (py2.4).  I did not come clear with this:
> I want to use win32-fuctions like win32ui.MessageBox,
> listctrl.InsertItem ..... to get unicode strings on the screen - best
> results according to the platform/language settings (mainly XP Home,
> W2K, ...).

Not sure what your question is - is there even a question in this
paragraph? (notice I didn't understand the term "to come clear with")

> Also unicode strings should be displayed as nice as possible at the
> console with normal print-s to stdout (on varying platforms, different
> windows/countries and linux, ...; I py2exe/cxfreeze apps) ...
> 
> Any hints how to do this and make it as complete and automated as
> possible?

No need to do anything - it should work out of the box.

Regards,
Martin



More information about the Python-list mailing list