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
69210880
Commit
69210880
authored
Apr 16, 2002
by
Jason Rumney
Browse files
(locale-preferred-coding-systems): Add "jpn".
parent
f8a58bac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+1
-0
No files found.
lisp/international/mule-cmds.el
View file @
69210880
...
...
@@ -1916,6 +1916,7 @@ the language name that would otherwise be used for this locale.")
(
"ja.*[._]jis7"
.
iso-2022-jp
)
(
"ja.*[._]pck"
.
japanese-shift-jis
)
(
"ja.*[._]sjis"
.
japanese-shift-jis
)
(
"jpn"
.
japanese-shift-jis
)
; MS-Windows uses this.
(
".*[._]utf"
.
utf-8
)))
"List of pairs of locale regexps and preferred coding systems.
The first element whose locale regexp matches the start of a downcased locale
...
...
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