[Pythonmac-SIG] suggestions for an appscript FAQ

Henning Hraban Ramm hraban at fiee.net
Fri Mar 14 22:20:21 CET 2008


Am 2008-03-14 um 21:06 schrieb Henning Hraban Ramm:
> myfile = sys.argv[1]

must be:
myfile = unicode(sys.argv[1], 'utf-8')


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




More information about the Pythonmac-SIG mailing list