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:
parent
fd9440c582
commit
a9bb457b3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue