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: Tue, 16 Jun 2009 09:58:19 +0900 Message-ID: References: <861vpldwy5.fsf@nirvana.pusto.de> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1245113918 29594 80.91.229.12 (16 Jun 2009 00:58:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jun 2009 00:58:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eduard Wiebe Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 16 02:58:34 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 1MGN0T-0001DX-MJ for ged-emacs-devel@m.gmane.org; Tue, 16 Jun 2009 02:58:33 +0200 Original-Received: from localhost ([127.0.0.1]:46998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGN0T-00084p-9Q for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2009 20:58:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGN0O-00081I-A2 for emacs-devel@gnu.org; Mon, 15 Jun 2009 20:58:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGN0J-0007ne-Fr for emacs-devel@gnu.org; Mon, 15 Jun 2009 20:58:27 -0400 Original-Received: from [199.232.76.173] (port=51382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGN0J-0007nL-Cs for emacs-devel@gnu.org; Mon, 15 Jun 2009 20:58:23 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38191) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGN0I-00056O-Ms for emacs-devel@gnu.org; Mon, 15 Jun 2009 20:58:23 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n5G0wKfA023799; Tue, 16 Jun 2009 09:58:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n5G0wJXd025048; Tue, 16 Jun 2009 09:58:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n5G0wJDO014016; Tue, 16 Jun 2009 09:58:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MGN0F-0006bM-ES; Tue, 16 Jun 2009 09:58:19 +0900 In-reply-to: <861vpldwy5.fsf@nirvana.pusto.de> (message from Eduard Wiebe on Mon, 15 Jun 2009 23:11:14 +0200) 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:111533 Archived-At: In article <861vpldwy5.fsf@nirvana.pusto.de>, Eduard Wiebe writes: > the following patch adds cp949 charset support to Emacs. > Btw, i compared etc/charsets/CP949-2BYTE.map with > http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT and > found no descrepances. > 2009-06-15 Eduard Wiebe > * international/mule-conf.el: Add cp949-2-byte, cp949. Thank you. I installed your change. --- Kenichi Handa handa@m17n.org