comparison lisp/international/mule-conf.el @ 88440:5b1dd2e30f16

(utf-16-le): Use :bom attribute instead of :signature. (utf-16-be): Likewise.
author Kenichi Handa <handa@m17n.org>
date Fri, 08 Mar 2002 00:20:24 +0000
parents 83d4c9cdedcb
children 33d9bd9d6aa7
comparison
equal deleted inserted replaced
88439:7af269fae48f 88440:5b1dd2e30f16
691 (define-coding-system 'utf-16-le 691 (define-coding-system 'utf-16-le
692 "UTF-16, little endian, with signature" 692 "UTF-16, little endian, with signature"
693 :coding-type 'utf-16 693 :coding-type 'utf-16
694 :mnemonic ?U 694 :mnemonic ?U
695 :charset-list '(unicode) 695 :charset-list '(unicode)
696 :signature t 696 :bom t
697 :endian 'little) 697 :endian 'little)
698 698
699 (define-coding-system 'utf-16-be 699 (define-coding-system 'utf-16-be
700 "UTF-16, big endian, with signature" 700 "UTF-16, big endian, with signature"
701 :coding-type 'utf-16 701 :coding-type 'utf-16
702 :mnemonic ?U 702 :mnemonic ?U
703 :charset-list '(unicode) 703 :charset-list '(unicode)
704 :signature t 704 :bom t
705 :endian 'big) 705 :endian 'big)
706 706
707 (define-coding-system 'iso-2022-7bit 707 (define-coding-system 'iso-2022-7bit
708 "ISO 2022 based 7-bit encoding using only G0" 708 "ISO 2022 based 7-bit encoding using only G0"
709 :coding-type 'iso-2022 709 :coding-type 'iso-2022