diff options
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r-- | Mac/Python/macglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ char *PyMac_getscript() case smCyrillic: return "mac-cyrillic"; default: - return "mac-roman"; /* better than nothing */ + return "ascii"; /* better than nothing */ } } |