From 86d9e62860d2677a594741c6c9e472170b1dfe63 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 31 Oct 2001 23:23:33 +0000 Subject: [PATCH] (locale-language-names): Add chs and cht as aliases for Chinese-GB and Chinese-BIG5. --- lisp/international/mule-cmds.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 67aef2be068..95c252d380e 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1822,6 +1822,8 @@ of buffer-file-coding-system set by this function." ("sp" . "Latin-5") ; Serbian (Cyrillic alphabet), e.g. X11R6.4 ("su" . "Latin-1") ; Finnish, e.g. Solaris 2.6 ("jp" . "Japanese") ; e.g. MS Windows + ("chs" . "Chinese-GB") ; MS Windows Chinese Simplified + ("cht" . "Chinese-BIG5") ; MS Windows Chinese Traditional ) "List of pairs of locale regexps and language names. The first element whose locale regexp matches the start of a downcased locale -- 2.39.5