From: Kenichi Handa Date: Tue, 6 May 2003 12:30:29 +0000 (+0000) Subject: (utf-16-be) X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4156e5b5e92725e3fddc1f40be0ab86c446dcbc5;p=emacs.git (utf-16-be) (utf-16-be-with-signature): Cancel the previous change. (utf-16): Add :endinan 'big. --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index c9a1c322a17..1bb79e4ba62 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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