[Python-3000] Unicode and OS strings (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Sep 28 06:40:44 CEST 2007
- Previous message: [Python-3000] Unicode and OS strings
- Next message: [Python-3000] Unicode and OS strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nicholas Bastin schrieb:
On 9/22/07, martin at v.loewis.de <martin at v.loewis.de> wrote:
argc/argv does not exist on Windows (that you seem to see it anyway is an illusion), and if it did exist, it would be characters, not bytes. Of course it exists on Windows. argc/argv are defined by the C standard, and say what you will about Windows, but it has a conforming implementation.
It doesn't. Microsoft has a conforming implementation of C for Windows (Visual C), but Windows does not.
Regards, Martin
- Previous message: [Python-3000] Unicode and OS strings
- Next message: [Python-3000] Unicode and OS strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]