From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65446 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: chinese-gbk Date: Tue, 23 Oct 2007 10:59:01 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193104772 7400 80.91.229.12 (23 Oct 2007 01:59:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 01:59:32 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 03:59:33 2007 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 1Ik93K-0003Qu-9f for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 03:59:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik93C-000748-GB for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 21:59:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik939-00073p-T1 for emacs-devel@gnu.org; Mon, 22 Oct 2007 21:59:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik938-000731-3V for emacs-devel@gnu.org; Mon, 22 Oct 2007 21:59:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik937-00072w-WF for emacs-devel@gnu.org; Mon, 22 Oct 2007 21:59:18 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ik937-0000pw-Gz for emacs-devel@gnu.org; Mon, 22 Oct 2007 21:59:17 -0400 Original-Received: from [66.225.201.151] (port=35403 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1Ik93l-0003Ax-Ls; Mon, 22 Oct 2007 20:59:58 -0500 X-Hashcash: 1:20:071023:handa@m17n.org::KFSgJjU+Q7kmvv9O:0006ZTr X-Hashcash: 1:20:071023:emacs-devel@gnu.org::Tnubg8k20hQdx4Mw:0000000000000000000000000000000000000000002wgI X-Hashcash: 1:20:071023:ding@gnus.org::VCZBP3IINRdoslpX:00008s4W X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:gNkQvlb2+b0p/c5T3U3JgrhB5OQ= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:81501 gmane.emacs.gnus.general:65446 Archived-At: >>>>> Kenichi Handa wrote: > In article , Katsumi Yamaoka writes: >> Is it possible to implement the `chinese-gbk' coding system (and >> also the charset) to the EMACS_22_BASE branch (i.e., Emacs 22.2)? > The coding system is possible by mapping characters into > various existing CJ characters if we can ignore rarely used > few handreds characters. The code will be something like > the support of utf-8. > But, Emacs 22 does't have a room to to make a charset for > GBK. Oops. I wasn't aware of it. Thanks.