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
3f396bac
Commit
3f396bac
authored
Jul 01, 2009
by
Kenichi Handa
Browse files
(set-language-info-alist): Add korean-cp949, cp949 to spec.
parent
c1185193
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/language/korean.el
lisp/language/korean.el
+3
-3
No files found.
lisp/ChangeLog
View file @
3f396bac
2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
* language/korean.el (set-language-info-alist): Add korean-cp949,
cp949 to spec.
2009-07-01 Kenichi Handa <handa@m17n.org>
* Makefile.in (ELCFILES): Delete encoded-kb.elc.
...
...
lisp/language/korean.el
View file @
3f396bac
...
...
@@ -70,11 +70,11 @@
(
exit-function
.
exit-korean-environment
)
(
iso639-language
.
ko
)
(
tutorial
.
"TUTORIAL.ko"
)
(
charset
korean-ksc5601
)
(
coding-system
iso-2022-kr
korean-iso-8bit
)
(
charset
korean-ksc5601
cp949
)
(
coding-system
iso-2022-kr
korean-iso-8bit
korean-cp949
)
(
input-method
.
"korean-hangul"
)
(
features
korea-util
)
(
coding-priority
korean-iso-8bit
iso-2022-kr
)
(
coding-priority
korean-iso-8bit
korean-cp949
iso-2022-kr
)
(
sample-text
.
"Hangul ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B"
)
(
documentation
.
"\
The
following
key
bindings
are
available
for
controlling
Korean
input
methods:
...
...
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