> ok. I have no patches so far as of now - maybe later. Played with
> Heller's ctypes for my urgent needs. That works correct with unicode
> like this:
>
> >>> import ctypes
> >>>
> ctypes.windll.user32.MessageBoxW(0,u'\u041f\u043e\u0448\u0443\u043
> a.txt',0,0)
> 1
In general, the "ascii" win32 f
Neil Hodgson wrote:
> Robert:
>
> > After "is_platform_unicode = ", scintilla displays some unicode
> > as you showed. but the win32-functions (e.g. MessageBox) still do not
> > pass through wide unicode.
>
> Win32 issues are better discussed on the python-win32 mailing list
> which is read by