Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3ca194c2
Commit
3ca194c2
authored
Oct 15, 2008
by
Ted Zlatanov
Browse files
Add `utf8' and `UTF8' as aliases for the `utf-8' coding system.
parent
a053dae0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule-conf.el
lisp/international/mule-conf.el
+3
-0
No files found.
lisp/ChangeLog
View file @
3ca194c2
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.
...
...
lisp/international/mule-conf.el
View file @
3ca194c2
...
...
@@ -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)."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment