[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cp949 support
From: |
Eduard Wiebe |
Subject: |
Re: cp949 support |
Date: |
Sat, 20 Jun 2009 10:42:43 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) |
Kenichi Handa <address@hidden> writes:
> As Yidong has already installed the fix for cp949
> coding-system, could you please verify that it works
> correctly with the latest code.
It works as expected. Thank you.
PS: Sorry when i recur, but can we add following patch to improve
information about korean language/environment?
2009-06-20 Eduard Wiebe <address@hidden>
* language/korean.el (set-language-info-alist): Add korean-cp949,
cp949 to spec.
diff --git a/lisp/language/korean.el b/lisp/language/korean.el
index e8e78bf..07382df 100644
--- a/lisp/language/korean.el
+++ b/lisp/language/korean.el
@@ -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 (한글) 안녕하세요, 안녕하십니까")
(documentation . "\
The following key bindings are available for controlling Korean input methods:
--
Eduard Wiebe
- cp949 support, Eduard Wiebe, 2009/06/15
- Re: cp949 support, Kenichi Handa, 2009/06/15
- Re: cp949 support, Jihyun Cho, 2009/06/17
- Re: cp949 support, Kenichi Handa, 2009/06/17
- Re: cp949 support, Eduard Wiebe, 2009/06/17
- Re: cp949 support, Jihyun Cho, 2009/06/17
- Re: cp949 support, Kenichi Handa, 2009/06/18
- Re: cp949 support, Chong Yidong, 2009/06/18
- Re: cp949 support, User Ew, 2009/06/18
- Re: cp949 support, Kenichi Handa, 2009/06/18
- Re: cp949 support,
Eduard Wiebe <=
- Re: cp949 support, Kenichi Handa, 2009/06/21