emacs-devel
[Top][All Lists]
Advanced

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

Re: cp949 support


From: Kenichi Handa
Subject: Re: cp949 support
Date: Wed, 01 Jul 2009 21:39:20 +0900

In article <address@hidden>, Eduard Wiebe <address@hidden> writes:

> 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.

I've just installed that change to the trunk and the 23.1
branch.

---
Kenichi Handa
address@hidden

> --=-=-=
> Content-Type: text/x-patch; charset=utf-8
> Content-Disposition: inline; filename=korean.diff
> Content-Transfer-Encoding: 8bit

> 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]