# HG changeset patch # User Teodor Zlatanov # Date 1224091861 0 # Node ID fc21fd38c65ab4ab1a3157949df54809761d9b3c # Parent 046a6bcd118bc8e898e9ca272bf04774ac8c82ac Add `utf8' and `UTF8' as aliases for the `utf-8' coding system. diff -r 046a6bcd118b -r fc21fd38c65a lisp/ChangeLog --- 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 + + * 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 -r 046a6bcd118b -r fc21fd38c65a lisp/international/mule-conf.el --- 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)."