diff options
| author | Kenichi Handa | 2002-03-08 00:20:24 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-08 00:20:24 +0000 |
| commit | a44cf41b730ffebb68823592f72d3d3afc9fdab3 (patch) | |
| tree | f3d7e1cb630277e070a2da34c462625165440ba6 | |
| parent | d67f020c62ffcc6c482d1b012b325629275e56a8 (diff) | |
| download | emacs-a44cf41b730ffebb68823592f72d3d3afc9fdab3.tar.gz emacs-a44cf41b730ffebb68823592f72d3d3afc9fdab3.zip | |
(utf-16-le): Use :bom attribute instead of :signature.
(utf-16-be): Likewise.
| -rw-r--r-- | lisp/international/mule-conf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 31452b34081..493d9348902 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -693,7 +693,7 @@ is treated as a character." | |||
| 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 |
| @@ -701,7 +701,7 @@ is treated as a character." | |||
| 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 |