]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
If Python doesn't have a Unicode codec for the current system encoding
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 18 Jul 2001 22:37:56 +0000 (22:37 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 18 Jul 2001 22:37:56 +0000 (22:37 +0000)
commit774a968a6493e4d2333d80a3b9205df4f1c6fc06
tree10a182a381713d1a17067098e568cc1257b9ef58
parent4522cc9b8b4e58cabea578c46aa98f63dec48168
If Python doesn't have a Unicode codec for the current system encoding
return "ascii", not "macroman".
Mac/Python/macglue.c