diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-04-08 09:53:18 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-04-08 09:53:18 +0000 |
commit | 569a6374dc85b56c4fc16cec4c5724d71ad02ae6 (patch) | |
tree | e24e64a9222c30bf7c2435cd17e675cdec1534da /lisp/international | |
parent | cdb1af304e5b900c0f357b0010267c87f4c15fde (diff) | |
download | emacs-569a6374dc85b56c4fc16cec4c5724d71ad02ae6.tar.gz |
(locale-language-names): Add a few MS Windows language codes.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 7aebc4928ab..17004f6bcd5 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2135,6 +2135,7 @@ of `buffer-file-coding-system' set by this function." ("cy" "Welsh" iso-8859-14) ("da" . "Latin-1") ; Danish ("de" "German" iso-8859-1) + ; dv Divehi ; dz Bhutani ("el" "Greek" iso-8859-7) ;; Users who specify "en" explicitly typically want Latin-1, not ASCII. @@ -2296,6 +2297,10 @@ of `buffer-file-coding-system' set by this function." ("jp" . "Japanese") ; e.g. MS Windows ("chs" . "Chinese-GB") ; MS Windows Chinese Simplified ("cht" . "Chinese-BIG5") ; MS Windows Chinese Traditional + ("gbz" . "UTF-8") ; MS Windows Dari Persian + ("div" . "UTF-8") ; MS Windows Divehi (Maldives) + ("wee" . "Latin-2") ; MS Windows Lower Sorbian + ("wen" . "Latin-2") ; MS Windows Upper Sorbian )) "Alist of locale regexps vs the corresponding languages and coding systems. Each element has these form: |