(utf-8-with-signature): Renamed from utf-8-sig.
(utf-8-auto): Adjusted for the above change.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user