Mercurial > emacs
changeset 89422:bfa923b58737
(utf-16-be)
(utf-16-be-with-signature): Cancel the previous change.
(utf-16): Add :endinan 'big.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 May 2003 12:30:29 +0000 |
parents | 8357b304ef57 |
children | 563e44e1fd68 |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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