From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Zhang Wei" Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; can't input chinese punctuation on win32 platform Date: Wed, 6 Feb 2008 17:57:37 +0800 Message-ID: References: <42b562540801260432h43921157k7d4034ddfff28862@mail.gmail.com> <47A8FEBA.8000304@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202291885 20301 80.91.229.12 (6 Feb 2008 09:58:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 09:58:05 +0000 (UTC) To: "Jason Rumney" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 06 10:58:26 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 1JMh2q-0003No-Cr for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 10:58:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMh2N-00063E-Je for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 04:57:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMh2G-00060S-6X for emacs-devel@gnu.org; Wed, 06 Feb 2008 04:57:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMh2A-0005xy-Re for emacs-devel@gnu.org; Wed, 06 Feb 2008 04:57:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMh2A-0005xm-G6 for emacs-devel@gnu.org; Wed, 06 Feb 2008 04:57:38 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMh29-0001eN-RF for emacs-devel@gnu.org; Wed, 06 Feb 2008 04:57:38 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 58so2485902wri.10 for ; Wed, 06 Feb 2008 01:57:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GZs+WWccTw3chLfLHHTzBhbVPLCVXRUOKMnVQK1PB4E=; b=niqdEjKUnrDzgo2mkA75VCa30XWSo75n8xgW429feXaIYW0PUVVuJDBSpn+QL1AGQQe40FwlApha19AIxbnuRyEQDrO/bnNyImxbS0RK/RLPBx3kIx9Et3Tnk7pLLmOlcTPiD3FLE7MGe92I97DAbRXdynj7MbV3RPRmLo2VWes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=arS9rsq847nCGjAANXr9WTl9lfD8GK1dfTlZr2DB83hgJegG8DB+80YNUo4MzsSbd6w48k7+e/KwxhZA0fjAz2Fb0yte720+9aTVK5m16zGDZ8pyNJ+n6c9WoSsBzo98XIf4APBTTuGSfztWJCAO2Nh9JXBDTtq54ARuZQP/IFY= Original-Received: by 10.150.192.7 with SMTP id p7mr4085913ybf.90.1202291857327; Wed, 06 Feb 2008 01:57:37 -0800 (PST) Original-Received: by 10.150.148.7 with HTTP; Wed, 6 Feb 2008 01:57:37 -0800 (PST) In-Reply-To: <47A8FEBA.8000304@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:88331 Archived-At: On 2/6/08, Jason Rumney wrote: > 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: 。 > > Zhang Wei wrote: > > > When I save a file in gb2312 coding system, I got the following > > compliant, all of the chinese punctuation characters can't be encoded > > with gb2312: > > This problem should be fixed now. Thank you both for reporting it. > The bug has gone. Thank you.