Jakob Simon-Gaarde:
> thanks :-) It seems a little overkill though, is it really the
> only/best way?
Yes. I should have mentioned you want the wide version of the
function GetCommandLineW. I wrote a patch to allow unicode in argv but
later agreed that the patch should be rejected:
https:/
thanks :-) It seems a little overkill though, is it really the
only/best way?
--
http://mail.python.org/mailman/listinfo/python-list
Jakob Simon-Gaarde:
> How can I ensure a safe passing of arguments maybe having speciel
> characters within.
Use ctypes to call the Windows GetCommandLine function. The
CommandLineToArgvW function can be used to break up the command line
string into arguments.
Neil
--
http://mail.pyth
Hi.
Platform: Win XP
Python version: 2.4.1
Running script from: cmd.exe (windows console)
I am having some trouble passing arguments to a python script having
special characters. In my case the argument is a filename (eg.
udtræk.xml). It seems like python tries to guess the enc