Popular recipes by Brodie Rao http://code.activestate.com/recipes/users/2965587/2008-05-13T17:44:08-07:00ActiveState Code RecipesGet sys.argv with Unicode characters under Windows (Python)
2008-05-13T17:44:08-07:00Brodie Raohttp://code.activestate.com/recipes/users/2965587/http://code.activestate.com/recipes/572200-get-sysargv-with-unicode-characters-under-windows/
<p style="color: grey">
Python
recipe 572200
by <a href="/recipes/users/2965587/">Brodie Rao</a>
(<a href="/recipes/tags/sysadmin/">sysadmin</a>).
</p>
<p>A function that employs ctypes to call the underlying UTF-8 APIs for getting command line arguments on Windows.</p>