mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
Add utf8' and
UTF8' as aliases for the `utf-8' coding system.
This commit is contained in:
parent
a053dae03a
commit
3ca194c218
@ -1,3 +1,8 @@
|
||||
2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* international/mule-conf.el: Add `utf8' and `UTF8' as
|
||||
aliases for the `utf-8' coding system.
|
||||
|
||||
2008-10-15 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* find-file.el (ff-get-file): Doc fix.
|
||||
|
@ -1274,6 +1274,9 @@ is treated as a character."
|
||||
:bom '(utf-8-with-signature . utf-8))
|
||||
|
||||
(define-coding-system-alias 'mule-utf-8 'utf-8)
|
||||
;; common aliases
|
||||
(define-coding-system-alias 'utf8 'utf-8)
|
||||
(define-coding-system-alias 'UTF8 'utf-8)
|
||||
|
||||
(define-coding-system 'utf-8-emacs
|
||||
"Support for all Emacs characters (including non-Unicode characters)."
|
||||
|
Loading…
Reference in New Issue
Block a user