commit | cbed91b4db6817b7bbbb12ede40bfb5d26a9bf14 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 03 13:31:36 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 03 13:31:36 2001 +0000 |
tree | 1995f01bd8828ae9647ad407e40dd8584ca843da | |
parent | cb60dae6a1a7841138421866ea15870f6297cf8b [diff] [blame] |
Merging appropriate 2.1.1 fixes back into the main trunk.
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index c760107..5fdfe55 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c
@@ -227,7 +227,7 @@ case smCyrillic: return "mac-cyrillic"; default: - return "mac-roman"; /* better than nothing */ + return "ascii"; /* better than nothing */ } }