Mercurial > emacs
changeset 89408:3ca48e4c0f29
(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.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 12 Apr 2003 02:38:11 +0000 |
parents | a9b9211d250a |
children | 3d8025f863d3 |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Sat Apr 12 02:37:18 2003 +0000 +++ b/lisp/international/mule-conf.el Sat Apr 12 02:38:11 2003 +0000 @@ -1179,7 +1179,7 @@ :endian 'big :mime-charset 'utf-16be) -(define-coding-system 'utf-16-le-with-sig +(define-coding-system 'utf-16-le-with-signature "UTF-16, little endian, with signature." :coding-type 'utf-16 :mnemonic ?U @@ -1188,7 +1188,7 @@ :endian 'little :mime-charset 'utf-16) -(define-coding-system 'utf-16-be-with-sig +(define-coding-system 'utf-16-be-with-signature "UTF-16, big endian, with signature." :coding-type 'utf-16 :mnemonic ?U @@ -1202,7 +1202,7 @@ :coding-type 'utf-16 :mnemonic ?U :charset-list '(unicode) - :bom '(utf-16-le-with-sig . utf-16-be-with-sig) + :bom '(utf-16-le-with-signature . utf-16-be-with-signature) :mime-charset 'utf-16) (define-coding-system 'iso-2022-7bit