/[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.42 by fx, Wed Feb 12 18:02:51 2003 UTC revision 1.62.2.43 by handa, Fri Mar 28 04:06:53 2003 UTC
# Line 1163  is treated as a character." Line 1163  is treated as a character."
1163    :mnemonic ?U    :mnemonic ?U
1164    :charset-list '(emacs))    :charset-list '(emacs))
1165    
1166  (define-coding-system 'utf-16  (define-coding-system 'utf-16-le
1167    "UTF-16"    "UTF-16, little endian."
   :coding-type 'utf-16  
   :mnemonic ?U  
   :charset-list '(unicode)  
   :mime-charset 'utf-16)  
   
 (define-coding-system 'utf-16-le-nosig  
   "UTF-16, little endian, no signature."  
1168    :coding-type 'utf-16    :coding-type 'utf-16
1169    :mnemonic ?U    :mnemonic ?U
1170    :charset-list '(unicode)    :charset-list '(unicode)
1171    :endian 'little)    :endian 'little
1172      :mime-charset 'utf-16le)
1173    
1174  (define-coding-system 'utf-16-be-nosig  (define-coding-system 'utf-16-be
1175    "UTF-16, big endian, no signature."    "UTF-16, big endian."
1176    :coding-type 'utf-16    :coding-type 'utf-16
1177    :mnemonic ?U    :mnemonic ?U
1178    :charset-list '(unicode)    :charset-list '(unicode)
1179    :endian 'big)    :endian 'big
1180      :mime-charset 'utf-16be)
1181    
1182  (define-coding-system 'utf-16-le  (define-coding-system 'utf-16-le-with-sig
1183    "UTF-16, little endian, with signature."    "UTF-16, little endian, with signature."
1184    :coding-type 'utf-16    :coding-type 'utf-16
1185    :mnemonic ?U    :mnemonic ?U
1186    :charset-list '(unicode)    :charset-list '(unicode)
1187    :bom t    :bom t
1188    :endian 'little    :endian 'little
1189    :mime-charset 'utf-16-le)    :mime-charset 'utf-16)
1190    
1191  (define-coding-system 'utf-16-be  (define-coding-system 'utf-16-be-with-sig
1192    "UTF-16, big endian, with signature."    "UTF-16, big endian, with signature."
1193    :coding-type 'utf-16    :coding-type 'utf-16
1194    :mnemonic ?U    :mnemonic ?U
1195    :charset-list '(unicode)    :charset-list '(unicode)
1196    :bom t    :bom t
1197    :endian 'big    :endian 'big
1198    :mime-charset 'utf-16-be)    :mime-charset 'utf-16)
1199    
1200    (define-coding-system 'utf-16
1201      "UTF-16"
1202      :coding-type 'utf-16
1203      :mnemonic ?U
1204      :charset-list '(unicode)
1205      :bom '(utf-16-le-with-sig . utf-16-be-with-sig)
1206      :mime-charset 'utf-16)
1207    
1208  (define-coding-system 'iso-2022-7bit  (define-coding-system 'iso-2022-7bit
1209    "ISO 2022 based 7-bit encoding using only G0."    "ISO 2022 based 7-bit encoding using only G0."

Legend:
Removed from v.1.62.2.42  
changed lines
  Added in v.1.62.2.43

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