|
| From: | zrr |
| Subject: | Re: [unicode-2 branch]emacs can't load library in "zh_CN.gbk" locale |
| Date: | Tue, 05 Oct 2004 22:37:04 +0800 |
| User-agent: | Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.0 (gnu/linux) |
Kenichi Handa <address@hidden> writes:
Bug report.
In "mule-cmds.el" line 2177 and 2178
("zh.*[._].gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc
("zh.*[._].gbk" . "Chinese-GBK")
The two regexps can't match "zh_CN.gb18030" and "zh_CN.gbk". Perhaps
they should be "zh.*[._]gb18030" and "zh.*[._]gbk".
Cheers!
Tang
| [Prev in Thread] | Current Thread | [Next in Thread] |