diff options
author | Dave Love <fx@gnu.org> | 2003-04-30 22:51:23 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-04-30 22:51:23 +0000 |
commit | 215c8ee7e2c47374e9ebcdd660d9fb1e93acb766 (patch) | |
tree | 2e33da40097534d3d6bb7734022d2fd1a28cd2af | |
parent | f21ee25f959f4572e70b11c5b058adc59ecc5f4c (diff) | |
download | emacs-215c8ee7e2c47374e9ebcdd660d9fb1e93acb766.tar.gz |
(utf-16-be)
(utf-16-be-with-signature): Comment-out :endian.
-rw-r--r-- | lisp/international/mule-conf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 6eb3a6647c6..c9a1c322a17 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 |