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 rpetrov
Recipients mark.dickinson, rpetrov
Date 2008-11-30.21:27:55
SpamBayes Score 0.0039486396
Marked as misclassified No
Message-id <1228080476.43.0.311899316493.issue4474@psf.upfronthosting.co.za>
In-reply-to
Content
it is fine on linux (tested with UTF-8 codeset for locale):
$ ./python test𐅭.py
('My arguments are: ', ['test\xf0\x90\x85\xad.py'])
\xf0\x90\x85\xad (UTF-8) =  0001016d (USC-4) = 65901
History
Date User Action Args
2008-11-30 21:27:56rpetrovsetrecipients: + rpetrov, mark.dickinson
2008-11-30 21:27:56rpetrovsetmessageid: <1228080476.43.0.311899316493.issue4474@psf.upfronthosting.co.za>
2008-11-30 21:27:55rpetrovlinkissue4474 messages
2008-11-30 21:27:55rpetrovcreate