emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cp949 support


From: User Ew
Subject: Re: cp949 support
Date: Thu, 18 Jun 2009 23:33:18 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix)

Chong Yidong <address@hidden> writes:

> Kenichi Handa <address@hidden> writes:
>
>> Yidong and Stefan, I have not yet installed this change
>> because it is a fix for the bug existing in Emacs 22.  But,
>> the change itself is very safe and the effect is that Emacs
>> can correctly decode all CP949 files some of which were not
>> decodable previously.  In addition, it seems that CP949 is
>> very important for Korean Windows users.  Shall I install it
>> now?
>
> Please do.

How about the following patch, to complete korean language information
(C-h L Korean)?
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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]