On Jan 23, 11:17 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:

> If you are claimaing that the program
>
> Apparently, they do the OEMtoANSI conversion when you run a console
> application (i.e. python.exe), whereas they don't convert when running
> a GUI application (pythonw.exe).
>
> I'm not quite sure how they find out whether the program is a console
> application or not; the easiest thing to do might be to turn the
> autoconversion off on the server.
>
> Regards,
> Martin

True! It's amazing, I've just written a little code that reads from
the database and writes the data to a file.
Then I ran the code with both python.exe and pythonw.exe and got the
two kinds of results - the IDLE one and the eclipse one!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to