/[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.43 by handa, Fri Mar 28 04:06:53 2003 UTC revision 1.62.2.44 by handa, Sat Apr 12 02:38:11 2003 UTC
# Line 1179  is treated as a character." Line 1179  is treated as a character."
1179    :endian 'big    :endian 'big
1180    :mime-charset 'utf-16be)    :mime-charset 'utf-16be)
1181    
1182  (define-coding-system 'utf-16-le-with-sig  (define-coding-system 'utf-16-le-with-signature
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
# Line 1188  is treated as a character." Line 1188  is treated as a character."
1188    :endian 'little    :endian 'little
1189    :mime-charset 'utf-16)    :mime-charset 'utf-16)
1190    
1191  (define-coding-system 'utf-16-be-with-sig  (define-coding-system 'utf-16-be-with-signature
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
# Line 1202  is treated as a character." Line 1202  is treated as a character."
1202    :coding-type 'utf-16    :coding-type 'utf-16
1203    :mnemonic ?U    :mnemonic ?U
1204    :charset-list '(unicode)    :charset-list '(unicode)
1205    :bom '(utf-16-le-with-sig . utf-16-be-with-sig)    :bom '(utf-16-le-with-signature . utf-16-be-with-signature)
1206    :mime-charset 'utf-16)    :mime-charset 'utf-16)
1207    
1208  (define-coding-system 'iso-2022-7bit  (define-coding-system 'iso-2022-7bit

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

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