From 3ca194c218ecc0d5c1f27cb973ec4fa628fe4323 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Wed, 15 Oct 2008 17:31:01 +0000 Subject: [PATCH 1/1] Add `utf8' and `UTF8' as aliases for the `utf-8' coding system. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-conf.el | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc88b08cb5..d07e5becd8 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 cb9cf974fe..5f470510aa 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)." -- 2.39.2