# HG changeset patch # User Kenichi Handa # Date 1052224229 0 # Node ID bfa923b587377e0ecfe9f3d637f96855ab76b5da # Parent 8357b304ef573ee7b2e7aaa78327ae949469818a (utf-16-be) (utf-16-be-with-signature): Cancel the previous change. (utf-16): Add :endinan 'big. diff -r 8357b304ef57 -r bfa923b58737 lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Tue May 06 12:29:02 2003 +0000 +++ b/lisp/international/mule-conf.el Tue May 06 12:30:29 2003 +0000 @@ -1176,7 +1176,7 @@ :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 @@ :mnemonic ?U :charset-list '(unicode) :bom t -;; :endian 'big + :endian 'big :mime-charset 'utf-16) (define-coding-system 'utf-16 @@ -1203,6 +1203,7 @@ :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