From owner-cvs-src@FreeBSD.ORG Thu Nov 6 02:23:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E220316A4CE; Thu, 6 Nov 2003 02:23:37 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBBA43FF9; Thu, 6 Nov 2003 02:23:33 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.203.152) by smtp01.syd.iprimus.net.au (7.0.020) id 3F8B009E0092FC44; Thu, 6 Nov 2003 21:23:32 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 532D660FD; Thu, 6 Nov 2003 21:23:31 +1100 (EST) Date: Thu, 6 Nov 2003 21:23:31 +1100 From: Tim Robbins To: David Xu Message-ID: <20031106102331.GB5735@wombat.robbins.dropbear.id.au> References: <200311052252.hA5Mqpkd052553@repoman.freebsd.org> <20031106094214.GA5455@wombat.robbins.dropbear.id.au> <3FAA1B7D.3070307@viatech.com.cn> <3FAA1E3D.7090802@viatech.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FAA1E3D.7090802@viatech.com.cn> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/mklocale yacc.y src/lib/libc/locale Makefile.inc gb2312.c setrunelocale.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 10:23:38 -0000 On Thu, Nov 06, 2003 at 06:11:09PM +0800, David Xu wrote: > > >>This looks like EUC. Is there any chance you could use the EUC encoding > >>code instead of adding another one? Also, out of curiosity, how is it > >>different from zh_CN.eucCN? > >> > >> > >>Tim > >> > >> > >> > >I hear euc does not check error sequence which is not encoded by > >GB2312 , right ? > >Despite that, most program ported from Linux only support GB2312 or > >GBK , but not > >euc, I always has trouble with euc when running some Linux programs. > > > >David Xu > > > Can we just remove eucCN and replace it with GB2312 ? > GB2312 is a first national standard. I don't even know what eucCN is exactly :-) All I know is that it's GB2312-1980 (or a variant) in EUC form. Tim