From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: Re: cp949 support Date: Wed, 17 Jun 2009 22:54:22 +0200 Message-ID: <868wjq1szl.fsf@nirvana.pusto.de> References: <861vpldwy5.fsf@nirvana.pusto.de> <9d644d9b0906170107o2e7f5d82j46882620b5a968b1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245272111 13335 80.91.229.12 (17 Jun 2009 20:55:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jun 2009 20:55:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 17 22:55:09 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 1MH2A0-0006UZ-40 for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2009 22:55:08 +0200 Original-Received: from localhost ([127.0.0.1]:53492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH29z-00030p-J4 for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2009 16:55:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MH29a-0002bK-RN for emacs-devel@gnu.org; Wed, 17 Jun 2009 16:54:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MH29W-0002Tx-1K for emacs-devel@gnu.org; Wed, 17 Jun 2009 16:54:42 -0400 Original-Received: from [199.232.76.173] (port=52471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH29V-0002Tf-Sq for emacs-devel@gnu.org; Wed, 17 Jun 2009 16:54:37 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:37532 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MH29V-0004PB-Ep for emacs-devel@gnu.org; Wed, 17 Jun 2009 16:54:37 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MH29S-00071M-2X for emacs-devel@gnu.org; Wed, 17 Jun 2009 20:54:34 +0000 Original-Received: from g226239204.adsl.alicedsl.de ([92.226.239.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jun 2009 20:54:34 +0000 Original-Received: from usenet by g226239204.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jun 2009 20:54:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g226239204.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) Cancel-Lock: sha1:8H1JKXeis5r4oOcsXPluFVvs3z4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111561 Archived-At: Kenichi Handa writes: > 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. Hmm..!? > How did you show those letters in Emacs? By > list-charset-chars? The output of M-x list-charset-chars looks pretty good to me and accords with http://msdn.microsoft.com/de-de/goglobal/cc305154(en-us).aspx > Please tell me the Unicode code point of those two characters. @Jihyun, have you following chars in mind? HANGUL SYLLABLE HAEH: Unicode 0xd58f, CP949 0xc164 HANGUL SYLLABLE JWIG: Unicode 0xc951, CP949 0xc1e4 -- Eduard Wiebe