[issue2128] sys.argv is wrong for unicode strings

Martin v. Löwis report at bugs.python.org
Mon Mar 10 15:40:51 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Here is a patch that redoes the entire argv handling, in terms of
wchar_t. As a side effect, it also changes the sys.path handling to use
wchar_t.

----------
keywords: +patch
Added file: http://bugs.python.org/file9647/wchar.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2128>
__________________________________


More information about the Python-bugs-list mailing list