]> git.eshelyaron.com Git - emacs.git/commitdiff
(utf-16-be)
authorKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 12:30:29 +0000 (12:30 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 12:30:29 +0000 (12:30 +0000)
(utf-16-be-with-signature): Cancel the previous change.
(utf-16): Add :endinan 'big.

lisp/international/mule-conf.el

index c9a1c322a178bd01a5fe8ab7edf2bd02093d3226..1bb79e4ba62b53e4c080fed9dc393f471b86d549 100644 (file)
@@ -1176,7 +1176,7 @@ is treated as a character."
   :coding-type 'utf-16
   :mnemonic ?U
   :charset-list '(unicode)
-;;   :endian 'big
+  :endian 'big
   :mime-charset 'utf-16be)
 
 (define-coding-system 'utf-16-le-with-signature
@@ -1194,7 +1194,7 @@ is treated as a character."
   :mnemonic ?U
   :charset-list '(unicode)
   :bom t
-;;   :endian 'big
+  :endian 'big
   :mime-charset 'utf-16)
 
 (define-coding-system 'utf-16
@@ -1203,6 +1203,7 @@ is treated as a character."
   :mnemonic ?U
   :charset-list '(unicode)
   :bom '(utf-16-le-with-signature . utf-16-be-with-signature)
+  :endian 'big
   :mime-charset 'utf-16)
 
 (define-coding-system 'iso-2022-7bit