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
b909cfc0
Commit
b909cfc0
authored
Jan 25, 2001
by
Kenichi Handa
Browse files
(reset-language-environment): Reset coding-category-utf-8 to
mule-utf-8.
parent
ce7ed3aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+7
-8
No files found.
lisp/international/mule-cmds.el
View file @
b909cfc0
...
...
@@ -1320,10 +1320,10 @@ The default status is as follows:
coding-category-sjis japanese-shift-jis
coding-category-big5 chinese-big5
coding-category-ccl nil
coding-category-utf-8 'mule-utf-8
coding-category-binary no-conversion
coding-category-utf-16-be nil
coding-category-utf-16-le nil
coding-category-utf-8 'mule-utf-8
"
(
interactive
)
;; This function formerly set default-enable-multibyte-characters to t,
...
...
@@ -1339,12 +1339,11 @@ The default status is as follows:
coding-category-raw-text
'raw-text
coding-category-sjis
'japanese-shift-jis
coding-category-big5
'chinese-big5
coding-category-ccl
nil
coding-category-utf-8
'mule-utf-8
coding-category-binary
'no-conversion
coding-category-utf-16-be
nil
coding-category-utf-16-le
nil
)
coding-category-utf-16-le
nil
coding-category-utf-8
'mule-utf-8
coding-category-ccl
nil
coding-category-binary
'no-conversion
)
(
set-coding-priority
'
(
coding-category-iso-8-1
...
...
@@ -1357,11 +1356,11 @@ The default status is as follows:
coding-category-raw-text
coding-category-sjis
coding-category-big5
coding-category-utf-8
coding-category-ccl
coding-category-binary
coding-category-utf-16-be
coding-category-utf-16-le
))
coding-category-utf-16-le
coding-category-utf-8
))
(
update-coding-systems-internal
)
...
...
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