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
631f62fd
Commit
631f62fd
authored
Jan 25, 2001
by
Kenichi Handa
Browse files
(reset-language-environment): Make
the priority of coding-category-utf-8 higher than coding-category-binary.
parent
f8499efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+10
-6
No files found.
lisp/international/mule-cmds.el
View file @
631f62fd
...
...
@@ -1320,7 +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
"
(
interactive
)
;; This function formerly set default-enable-multibyte-characters to t,
...
...
@@ -1336,11 +1339,12 @@ 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-utf-8
nil
coding-category-utf-16-be
nil
coding-category-utf-16-le
nil
coding-category-ccl
nil
coding-category-binary
'no-conversion
)
coding-category-utf-8
'mule-utf-8
coding-category-binary
'no-conversion
coding-category-utf-16-be
nil
coding-category-utf-16-le
nil
)
(
set-coding-priority
'
(
coding-category-iso-8-1
...
...
@@ -1353,11 +1357,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-8
))
coding-category-utf-16-le
))
(
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