]> code.delx.au - gnu-emacs/commitdiff
Add `utf8' and `UTF8' as aliases for the `utf-8' coding system.
authorTeodor Zlatanov <tzz@lifelogs.com>
Wed, 15 Oct 2008 17:31:01 +0000 (17:31 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Wed, 15 Oct 2008 17:31:01 +0000 (17:31 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index cc88b08cb5b4426990886936f840fd8cf22d99c3..d07e5becd857ef10a3e158556d7adc4d02efe9b2 100644 (file)
@@ -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.
index cb9cf974fea40eb9ee6af11ea16907aa137bafe3..5f470510aa43b14fe74fac98cdae89dc5ef58317 100644 (file)
@@ -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)."