From owner-cvs-all@FreeBSD.ORG Fri Dec 19 05:25:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4B816A4D4; Fri, 19 Dec 2003 05:25:20 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D3543D1F; Fri, 19 Dec 2003 05:25:19 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.135.190) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A014B5616; Sat, 20 Dec 2003 00:25:18 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 826AC6127; Sat, 20 Dec 2003 00:26:17 +1100 (EST) Date: Sat, 20 Dec 2003 00:26:17 +1100 From: Tim Robbins To: Andrey Chernov , statue@freebsd.sinica.edu.tw, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20031219132617.GB913@wombat.robbins.dropbear.id.au> References: <200312190704.hBJ74uiM008826@repoman.freebsd.org> <20031219123559.GB234@wombat.robbins.dropbear.id.au> <20031219125009.GA5609@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031219125009.GA5609@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/share/mklocale Makefile zh_HK.Big5HKSCS.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 13:25:20 -0000 On Fri, Dec 19, 2003 at 03:50:09PM +0300, Andrey Chernov wrote: > On Fri, Dec 19, 2003 at 11:35:59PM +1100, Tim Robbins wrote: > > On Thu, Dec 18, 2003 at 11:04:56PM -0800, Andrey A. Chernov wrote: > > > ache 2003/12/18 23:04:56 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/mklocale Makefile > > > Added files: > > > share/mklocale zh_HK.Big5HKSCS.src > > > Log: > > > Add zh_HK.Big5HKSCS > > > > > > PR: 59799 > > > Submitted by: Statue > > > > Doesn't this require some changes to libc/locale/big5.c to support > > characters 0x8840 - 0xa0fe? We should probably change _big5_check() > > to recognise bytes >= 0x81 as starting a two-byte character. > > No, there thing I overlook in submitted variant > ENCODING "BIG5" > should be > ENCODING "GBK" Ok, thanks for fixing it. Tim