aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-05-06 12:30:29 +0000
committerKenichi Handa2003-05-06 12:30:29 +0000
commit4156e5b5e92725e3fddc1f40be0ab86c446dcbc5 (patch)
tree7e5326e92dfe53ececf455ea9af2cc1cb5c1da33
parent0ea1a6ca28aa172454d2b4b4a46df2af69459b15 (diff)
downloademacs-4156e5b5e92725e3fddc1f40be0ab86c446dcbc5.tar.gz
emacs-4156e5b5e92725e3fddc1f40be0ab86c446dcbc5.zip
(utf-16-be)
(utf-16-be-with-signature): Cancel the previous change. (utf-16): Add :endinan 'big.
-rw-r--r--lisp/international/mule-conf.el5
1 files changed, 3 insertions, 2 deletions
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."
1176 :coding-type 'utf-16 1176 :coding-type 'utf-16
1177 :mnemonic ?U 1177 :mnemonic ?U
1178 :charset-list '(unicode) 1178 :charset-list '(unicode)
1179;; :endian 'big 1179 :endian 'big
1180 :mime-charset 'utf-16be) 1180 :mime-charset 'utf-16be)
1181 1181
1182(define-coding-system 'utf-16-le-with-signature 1182(define-coding-system 'utf-16-le-with-signature
@@ -1194,7 +1194,7 @@ is treated as a character."
1194 :mnemonic ?U 1194 :mnemonic ?U
1195 :charset-list '(unicode) 1195 :charset-list '(unicode)
1196 :bom t 1196 :bom t
1197;; :endian 'big 1197 :endian 'big
1198 :mime-charset 'utf-16) 1198 :mime-charset 'utf-16)
1199 1199
1200(define-coding-system 'utf-16 1200(define-coding-system 'utf-16
@@ -1203,6 +1203,7 @@ is treated as a character."
1203 :mnemonic ?U 1203 :mnemonic ?U
1204 :charset-list '(unicode) 1204 :charset-list '(unicode)
1205 :bom '(utf-16-le-with-signature . utf-16-be-with-signature) 1205 :bom '(utf-16-le-with-signature . utf-16-be-with-signature)
1206 :endian 'big
1206 :mime-charset 'utf-16) 1207 :mime-charset 'utf-16)
1207 1208
1208(define-coding-system 'iso-2022-7bit 1209(define-coding-system 'iso-2022-7bit