emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el
Date: Wed, 17 Jul 2002 14:42:04 -0400

Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.195 
emacs/lisp/international/mule-cmds.el:1.196
*** emacs/lisp/international/mule-cmds.el:1.195 Thu Jul 11 19:52:03 2002
--- emacs/lisp/international/mule-cmds.el       Wed Jul 17 14:42:03 2002
***************
*** 1506,1512 ****
                           default-buffer-file-coding-system)))
      (reset-language-environment)
  
!     ;; The fetaures might set up coding systems.
      (let ((required-features (get-language-info language-name 'features)))
        (while required-features
        (require (car required-features))
--- 1506,1512 ----
                           default-buffer-file-coding-system)))
      (reset-language-environment)
  
!     ;; The features might set up coding systems.
      (let ((required-features (get-language-info language-name 'features)))
        (while required-features
        (require (car required-features))
***************
*** 1754,1760 ****
      ; ay Aymara
      ; az Azerbaijani
      ; ba Bashkir
!     ("be" . "Belarussian") ; Belarussian [Byelorussian]
      ("bg" . "Bulgarian") ; Bulgarian
      ; bh Bihari
      ; bi Bislama
--- 1754,1760 ----
      ; ay Aymara
      ; az Azerbaijani
      ; ba Bashkir
!     ("be" . "Belarusian") ; Belarusian [Byelorussian until early 1990s]
      ("bg" . "Bulgarian") ; Bulgarian
      ; bh Bihari
      ; bi Bislama
***************
*** 1859,1864 ****
--- 1859,1865 ----
      ; so Somali
      ("sq" . "Latin-1") ; Albanian
      ("sr" . "Latin-2") ; Serbian (Latin alphabet)
+     ("address@hidden" . "Cyrillic-ISO")       ; per glibc
      ; ss Siswati
      ; st Sesotho
      ; su Sundanese
***************
*** 1866,1872 ****
      ("sw" . "Latin-1") ; Swahili
      ; ta Tamil  glibc uses utf-8
      ; te Telugu  glibc uses utf-8
!     ("tg" . "Cyrillic-KOI8-T") ; Tajik
      ("th" . "Thai")
      ; ti Tigrinya
      ; tk Turkmen
--- 1867,1873 ----
      ("sw" . "Latin-1") ; Swahili
      ; ta Tamil  glibc uses utf-8
      ; te Telugu  glibc uses utf-8
!     ("tg" . "Tajik")
      ("th" . "Thai")
      ; ti Tigrinya
      ; tk Turkmen
***************
*** 1934,1941 ****
       (".*8859[-_]?9\\>" . "Latin-5")
       (".*8859[-_]?14\\>" . "Latin-8")
       (".*8859[-_]?15\\>" . "Latin-9")
!      ("address@hidden>" . "Latin-9")
!      (".*utf\\(-?8\\)\\>" . "UTF-8")))
    "List of pairs of locale regexps and charset language names.
  The first element whose locale regexp matches the start of a downcased locale
  specifies the language name whose charsets corresponds to that locale.
--- 1935,1944 ----
       (".*8859[-_]?9\\>" . "Latin-5")
       (".*8859[-_]?14\\>" . "Latin-8")
       (".*8859[-_]?15\\>" . "Latin-9")
!      (".*utf\\(-?8\\)\\>" . "UTF-8")
!      ;; address@hidden exists, so put this last.  (@euro really specifies
!      ;; the currency, rather than the charset.)
!      ("address@hidden>" . "Latin-9")))
    "List of pairs of locale regexps and charset language names.
  The first element whose locale regexp matches the start of a downcased locale
  specifies the language name whose charsets corresponds to that locale.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]