From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Fwd: 23.0.50; can't input chinese punctuation on w32 platform Date: Fri, 01 Feb 2008 16:30:54 +0900 Message-ID: References: <42b562540801260432h43921157k7d4034ddfff28862@mail.gmail.com> <479B4BE3.2000204@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP X-Trace: ger.gmane.org 1201851114 24633 80.91.229.12 (1 Feb 2008 07:31:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2008 07:31:54 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, yujie052@gmail.com To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 01 08:32:14 2008 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 1JKqNd-0008EH-Nk for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2008 08:32:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKqNC-0000jh-51 for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2008 02:31:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKqN7-0000hI-6f for emacs-devel@gnu.org; Fri, 01 Feb 2008 02:31:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKqN5-0000fR-5y for emacs-devel@gnu.org; Fri, 01 Feb 2008 02:31:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKqN4-0000fE-Vx for emacs-devel@gnu.org; Fri, 01 Feb 2008 02:31:35 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKqN4-0007uP-Ut for emacs-devel@gnu.org; Fri, 01 Feb 2008 02:31:35 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JKqN4-0001qu-6O for emacs-pretest-bug@gnu.org; Fri, 01 Feb 2008 02:31:34 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JKqN1-0007tX-CV for emacs-pretest-bug@gnu.org; Fri, 01 Feb 2008 02:31:34 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKqMw-0007nc-5A; Fri, 01 Feb 2008 02:31:26 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m117UwUc009034; Fri, 1 Feb 2008 16:31:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m117UvAJ008407; Fri, 1 Feb 2008 16:30:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m117Usck000219; Fri, 1 Feb 2008 16:30:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.68) (envelope-from ) id 1JKqMQ-0000ZK-4Y; Fri, 01 Feb 2008 16:30:54 +0900 In-reply-to: <479B4BE3.2000204@gnu.org> (message from Jason Rumney on Sat, 26 Jan 2008 15:04:03 +0000) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-detected-kernel: by monty-python.gnu.org: 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:87917 gmane.emacs.pretest.bugs:20833 Archived-At: In article <479B4BE3.2000204@gnu.org>, Jason Rumney writes: > This seems to be a problem with mule-unicode-2500-33ff to gb2312 > encoding. I doubt it is limited to w32. Right. This is because of the limitation of Emacs 22's Unicode handling. If you want to handle U+3002, you have to use UTF-* coding systems. It will be fixed by Emacs 23. --- Kenichi Handa handa@ni.aist.go.jp > yu jie wrote: > > Hi, > > I met a new Chinese related issue. When I try to save a buffer with > > Chinese period: 。, I meet a error message: gb2312-dos cannot encode > > these: 。I change the coding system to utf8, save the buffer and call > > revert-buffer, then set buffer encoding back to GB2312, and now I > > could save the buffer. The glyphs of the two period is different. > > Here's output of describe-char: > > > > character: 。 (302786, #o1117302, #x49ec2, U+3002) > > charset: mule-unicode-2500-33ff (Unicode characters of the range > > U+2500..U+33FF.) > > code point: #x3D #x42 > > syntax: w which means: word > > buffer code: #x9C #xF2 #xBD #xC2 > > file code: not encodable by coding system gb2312-dos > > display: by this font (glyph code) > > -outline-Consolas-normal-r-normal-normal-14-105-96-96-c-*-iso10646-1 > > (#x3002) > > > > character: 。 (37027, #o110243, #x90a3, U+3002) > > charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58.) > > code point: #x21 #x23 > > syntax: . which means: punctuation > > category: c:Chinese |:While filling, we can break a line at this > > character. > > buffer code: #x91 #xA1 #xA3 > > file code: #xA1 #xA3 (encoded by coding system gb2312-dos) > > display: by this font (glyph code) > > -outline-MS YaHei-normal-r-normal-normal-16-120-96-96-p-*-iso10646-1 > > (#x3002) > > > > Thanks. > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel