From: Teodor Zlatanov Date: Wed, 15 Oct 2008 17:31:01 +0000 (+0000) Subject: Add `utf8' and `UTF8' as aliases for the `utf-8' coding system. X-Git-Tag: emacs-pretest-23.0.90~2455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ca194c218ecc0d5c1f27cb973ec4fa628fe4323;p=emacs.git Add `utf8' and `UTF8' as aliases for the `utf-8' coding system. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc88b08cb5b..d07e5becd85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-10-15 Teodor Zlatanov + + * international/mule-conf.el: Add `utf8' and `UTF8' as + aliases for the `utf-8' coding system. + 2008-10-15 Juanma Barranquero * find-file.el (ff-get-file): Doc fix. diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index cb9cf974fea..5f470510aa4 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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)."