From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: cp949 support Date: Wed, 17 Jun 2009 20:20:10 +0900 Message-ID: References: <861vpldwy5.fsf@nirvana.pusto.de> <9d644d9b0906170107o2e7f5d82j46882620b5a968b1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1245237636 20753 80.91.229.12 (17 Jun 2009 11:20:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jun 2009 11:20:36 +0000 (UTC) Cc: usenet@pusto.de, emacs-devel@gnu.org To: Jihyun Cho Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 17 13:20:32 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MGtBw-0007k5-A1 for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2009 13:20:32 +0200 Original-Received: from localhost ([127.0.0.1]:35654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGtBv-0004eb-K8 for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2009 07:20:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGtBo-0004Zo-DZ for emacs-devel@gnu.org; Wed, 17 Jun 2009 07:20:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGtBj-0004Ri-BL for emacs-devel@gnu.org; Wed, 17 Jun 2009 07:20:23 -0400 Original-Received: from [199.232.76.173] (port=51638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGtBj-0004RS-6U for emacs-devel@gnu.org; Wed, 17 Jun 2009 07:20:19 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:59723) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGtBi-0007Ra-BY for emacs-devel@gnu.org; Wed, 17 Jun 2009 07:20:19 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n5HBKBnS029029; Wed, 17 Jun 2009 20:20:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n5HBKBfU011888; Wed, 17 Jun 2009 20:20:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n5HBKADI002501; Wed, 17 Jun 2009 20:20:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MGtBa-0004vN-FG; Wed, 17 Jun 2009 20:20:10 +0900 In-reply-to: <9d644d9b0906170107o2e7f5d82j46882620b5a968b1@mail.gmail.com> (message from Jihyun Cho on Wed, 17 Jun 2009 17:07:36 +0900) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111549 Archived-At: In article <9d644d9b0906170107o2e7f5d82j46882620b5a968b1@mail.gmail.com>, Jihyun Cho writes: > In the past, someone has submitted a patch that is similar with this. > (http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01700.html) Oops, I have forgotten about that mail. > They have different code-space between this patch and the old patch. > Which is the correct code-space? Af far as I see /usr/share/i18n/charmaps/CP949.gz, it seems that the current one is correct. > I applied this patch, but some Hangul letters in CP949 region are > shown incorrectly. > For example, the Hangul letter "HANGUL SYLLABLE HAEH" is shown "HANGUL > SYLLABLE JWIG" in this patch. > But the old patch works well. How did you show those letters in Emacs? By list-charset-chars? Please tell me the Unicode code point of those two characters. --- Kenichi Handa handa@m17n.org