# HG changeset patch # User Kenichi Handa # Date 1050115091 0 # Node ID 3ca48e4c0f299eccbfe573c7cb12345f008b2a96 # Parent a9b9211d250ac4dcb2aea09e620ff6e304dc50c0 (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. diff -r a9b9211d250a -r 3ca48e4c0f29 lisp/international/mule-conf.el --- 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