John Nagle wrote: > It turns out that the strings in the "env" parameter have to be > ASCII, not Unicode, even though Windows fully supports Unicode in > CreateProcess.
Are you sure it supports Unicode, not UTF8 or UTF16? Probably using
something like u"thestring".encode("utf16") will help.
Regards,
Björn
--
BOFH excuse #31:
cellular telephone interference
--
http://mail.python.org/mailman/listinfo/python-list
