diff options
author | Teodor Zlatanov <tzz@lifelogs.com> | 2008-10-15 17:31:01 +0000 |
---|---|---|
committer | Teodor Zlatanov <tzz@lifelogs.com> | 2008-10-15 17:31:01 +0000 |
commit | 3ca194c218ecc0d5c1f27cb973ec4fa628fe4323 (patch) | |
tree | 0a83593e4c319b42273a837de6f3d7233eae77ab /lisp/international/mule-conf.el | |
parent | a053dae03ae88f9749169736bf16941ac37cafe9 (diff) | |
download | emacs-3ca194c218ecc0d5c1f27cb973ec4fa628fe4323.tar.gz |
Add `utf8' and `UTF8' as aliases for the `utf-8' coding system.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 3 insertions, 0 deletions
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)." |