aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-04-12 02:38:11 +0000
committerKenichi Handa2003-04-12 02:38:11 +0000
commit41b2d25e2c416b5d161bea8284459b0aa38bb9d8 (patch)
treeb948dfb63e0dba143b92840d2b85705b674d873d
parentb6d6d5196b32a35537401b132f55a6fe2be5c571 (diff)
downloademacs-41b2d25e2c416b5d161bea8284459b0aa38bb9d8.tar.gz
emacs-41b2d25e2c416b5d161bea8284459b0aa38bb9d8.zip
(utf-16-le-with-signature): Renamed from utf-16-le-with-sig.
(utf-16-be-with-signature): Renamed from utf-16-be-with-sig. (utf-16): Adjust :bom.
-rw-r--r--lisp/international/mule-conf.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 92653c1e9c8..6eb3a6647c6 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1179,7 +1179,7 @@ is treated as a character."
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-sig 1182(define-coding-system 'utf-16-le-with-signature
1183 "UTF-16, little endian, with signature." 1183 "UTF-16, little endian, with signature."
1184 :coding-type 'utf-16 1184 :coding-type 'utf-16
1185 :mnemonic ?U 1185 :mnemonic ?U
@@ -1188,7 +1188,7 @@ is treated as a character."
1188 :endian 'little 1188 :endian 'little
1189 :mime-charset 'utf-16) 1189 :mime-charset 'utf-16)
1190 1190
1191(define-coding-system 'utf-16-be-with-sig 1191(define-coding-system 'utf-16-be-with-signature
1192 "UTF-16, big endian, with signature." 1192 "UTF-16, big endian, with signature."
1193 :coding-type 'utf-16 1193 :coding-type 'utf-16
1194 :mnemonic ?U 1194 :mnemonic ?U
@@ -1202,7 +1202,7 @@ is treated as a character."
1202 :coding-type 'utf-16 1202 :coding-type 'utf-16
1203 :mnemonic ?U 1203 :mnemonic ?U
1204 :charset-list '(unicode) 1204 :charset-list '(unicode)
1205 :bom '(utf-16-le-with-sig . utf-16-be-with-sig) 1205 :bom '(utf-16-le-with-signature . utf-16-be-with-signature)
1206 :mime-charset 'utf-16) 1206 :mime-charset 'utf-16)
1207 1207
1208(define-coding-system 'iso-2022-7bit 1208(define-coding-system 'iso-2022-7bit