/[emacs]/emacs/lisp/international/mule-conf.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-conf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62.2.47 by fx, Thu May 8 17:57:14 2003 UTC revision 1.62.2.48 by fx, Fri May 23 23:31:25 2003 UTC
# Line 1165  is treated as a character." Line 1165  is treated as a character."
1165    :mnemonic ?U    :mnemonic ?U
1166    :charset-list '(emacs))    :charset-list '(emacs))
1167    
1168  (define-coding-system 'utf-16-le  (define-coding-system 'utf-16le
1169    "UTF-16, little endian."    "UTF-16, little endian."
1170    :coding-type 'utf-16    :coding-type 'utf-16
1171    :mnemonic ?U    :mnemonic ?U
1172    :charset-list '(unicode)    :charset-list '(unicode)
1173    :endian 'little    :endian 'little
1174      :mime-text-unsuitable t
1175    :mime-charset 'utf-16le)    :mime-charset 'utf-16le)
1176    
1177  (define-coding-system 'utf-16-be  (define-coding-system 'utf-16be
1178    "UTF-16, big endian."    "UTF-16, big endian."
1179    :coding-type 'utf-16    :coding-type 'utf-16
1180    :mnemonic ?U    :mnemonic ?U
1181    :charset-list '(unicode)    :charset-list '(unicode)
1182    :endian 'big    :endian 'big
1183      :mime-text-unsuitable t
1184    :mime-charset 'utf-16be)    :mime-charset 'utf-16be)
1185    
1186  (define-coding-system 'utf-16-le-with-signature  (define-coding-system 'utf-16le-with-signature
1187    "UTF-16, little endian, with signature."    "UTF-16, little endian, with signature."
1188    :coding-type 'utf-16    :coding-type 'utf-16
1189    :mnemonic ?U    :mnemonic ?U
1190    :charset-list '(unicode)    :charset-list '(unicode)
1191    :bom t    :bom t
1192    :endian 'little    :endian 'little
1193      :mime-text-unsuitable t
1194    :mime-charset 'utf-16)    :mime-charset 'utf-16)
1195    
1196  (define-coding-system 'utf-16-be-with-signature  (define-coding-system 'utf-16be-with-signature
1197    "UTF-16, big endian, with signature."    "UTF-16, big endian, with signature."
1198    :coding-type 'utf-16    :coding-type 'utf-16
1199    :mnemonic ?U    :mnemonic ?U
1200    :charset-list '(unicode)    :charset-list '(unicode)
1201    :bom t    :bom t
1202    :endian 'big    :endian 'big
1203      :mime-text-unsuitable t
1204    :mime-charset 'utf-16)    :mime-charset 'utf-16)
1205    
1206  (define-coding-system 'utf-16  (define-coding-system 'utf-16
# Line 1204  is treated as a character." Line 1208  is treated as a character."
1208    :coding-type 'utf-16    :coding-type 'utf-16
1209    :mnemonic ?U    :mnemonic ?U
1210    :charset-list '(unicode)    :charset-list '(unicode)
1211    :bom '(utf-16-le-with-signature . utf-16-be-with-signature)    :bom '(utf-16le-with-signature . utf-16be-with-signature)
1212    :endian 'big    :endian 'big
1213      :mime-text-unsuitable t
1214    :mime-charset 'utf-16)    :mime-charset 'utf-16)
1215    
1216    ;; Backwards compatibility (old names, also used by Mule-UCS).  We
1217    ;; prefer the MIME names.
1218    (define-coding-system-alias 'utf-16-le 'utf-16le)
1219    (define-coding-system-alias 'utf-16-be 'utf-16be)
1220    (define-coding-system-alias 'utf-16-le-with-signature 'utf-16le-with-signature)
1221    (define-coding-system-alias 'utf-16-be-with-signature 'utf-16be-with-signature)
1222    
1223  (define-coding-system 'iso-2022-7bit  (define-coding-system 'iso-2022-7bit
1224    "ISO 2022 based 7-bit encoding using only G0."    "ISO 2022 based 7-bit encoding using only G0."
1225    :coding-type 'iso-2022    :coding-type 'iso-2022

Legend:
Removed from v.1.62.2.47  
changed lines
  Added in v.1.62.2.48

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26