Mercurial > emacs
changeset 98760:fc21fd38c65a
Add `utf8' and `UTF8' as aliases for the `utf-8' coding system.
author | Teodor Zlatanov <tzz@lifelogs.com> |
---|---|
date | Wed, 15 Oct 2008 17:31:01 +0000 |
parents | 046a6bcd118b |
children | 1cca6e46c2a0 |
files | lisp/ChangeLog lisp/international/mule-conf.el |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 15 17:04:07 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 15 17:31:01 2008 +0000 @@ -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.
--- a/lisp/international/mule-conf.el Wed Oct 15 17:04:07 2008 +0000 +++ b/lisp/international/mule-conf.el Wed Oct 15 17:31:01 2008 +0000 @@ -1274,6 +1274,9 @@ :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)."