mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(locale-language-names): Add a few MS Windows language codes.
This commit is contained in:
parent
cdb1af304e
commit
569a6374dc
@ -3,6 +3,7 @@
|
||||
* international/mule-cmds.el (set-locale-environment): Make sure
|
||||
the coding-system preferred by the locale's language has the same
|
||||
EOL conversion type as the original buffer-file-coding-system.
|
||||
(locale-language-names): Add a few MS Windows language codes.
|
||||
|
||||
2006-04-07 Richard Stallman <rms@gnu.org>
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user