1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 07:01:11 -08:00

(utf-8-with-signature): Renamed from utf-8-sig.

(utf-8-auto): Adjusted for the above change.
This commit is contained in:
Kenichi Handa 2008-05-30 02:47:39 +00:00
parent fd9440c582
commit a9bb457b3c

View file

@ -1259,7 +1259,7 @@ is treated as a character."
:charset-list '(unicode)
:mime-charset 'utf-8)
(define-coding-system 'utf-8-sig
(define-coding-system 'utf-8-with-signature
"UTF-8 (with signature (BOM))"
:coding-type 'utf-8
:mnemonic ?U
@ -1271,7 +1271,7 @@ is treated as a character."
:coding-type 'utf-8
:mnemonic ?U
:charset-list '(unicode)
:bom '(utf-8-sig . utf-8))
:bom '(utf-8-with-signature . utf-8))
(define-coding-system-alias 'mule-utf-8 'utf-8)