This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mclausch
Recipients
Date 2007-08-20.21:12:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Sorry, I should have been more specific. I'm looking for a general solution, not just one for characters in iso-8859-1. For instance, I need to execute a subprocess where the executable or the arguments may contain Japanese characters.

So another example would be:
cmd = [ u'test_\u65e5\u672c\u8a9e_exec.bat', u'arg1', u'arg2' ]
subprocess.call(cmd)
History
Date User Action Args
2007-08-23 14:58:50adminlinkissue1759845 messages
2007-08-23 14:58:50admincreate