From owner-freebsd-gnome@FreeBSD.ORG Sat May 7 05:14:08 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0147B16A4D8; Sat, 7 May 2005 05:14:07 +0000 (GMT) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F2543D5C; Sat, 7 May 2005 05:14:06 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.3/8.13.1) with ESMTP id j475E57B059312; Sat, 7 May 2005 13:14:05 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.3/8.13.1/Submit) id j475E5Lr059311; Sat, 7 May 2005 13:14:05 +0800 (CST) (envelope-from rafan) Date: Sat, 7 May 2005 13:14:05 +0800 From: Rong-En Fan To: Alexander Nedotsukov Message-ID: <20050507051405.GA59047@svm.csie.ntu.edu.tw> References: <200505061630.j46GU3Al031010@svm.csie.ntu.edu.tw> <427BB759.6020001@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <427BB759.6020001@FreeBSD.org> User-Agent: Mutt/1.5.9i cc: gnome@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: [PATCH] converters/libiconv: includes a patch for Big5 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 05:14:08 -0000 On Sat, May 07, 2005 at 03:28:41AM +0900, Alexander Nedotsukov wrote: > Rong-En Fan wrote: > > >The Japanese characters mapping in the original libiconv big5 table > >is *wrong*. this extra patch will fix this and introduce an new > >knob WITH_EXTRA_PATCHES_BIG5 along with change old one to > >WITH_EXTRA_PATCHES_JP. (If you think we can put them together, > >that's ok.). With the new mapping, lots of chinese people using > >UTF-8 will be appreciated. > > > > > Thanks for the patch but could you provide us with few samples of what > it actually fixes. > I also see you added big code block which AFAIK is not defined by BIG5 > to UNICODE tables published on unicode.org. Could you also comment this, > please? Any official sources are very welcome. This new Big5 table is called Big5-2003 and appears in the appendix of the new national standard of CNS11643. A web is available http://www.cns11643.gov.tw/web/big5/ . Here I quote from a mail from Ping Yeh (SLAT) when he replied libiconv's author about this table: This Big5-2003 specification is a result of discussions among CMEX, Academia Sinica, IBM, Microsoft, Taipei Computer Association and Software Liberty Association of Taiwan (SLAT), and the free software community was influential in the details, especially in avoiding conflicts with Big5-HKSCS. It was SLAT who went through the regulations to make this happen. It consists of a code mapping table between Big5-2003, CNS-11643 and Unicode and is now an appendix in the national standard CNS-11643. The original big5 table in libiconv does not contain lots of characters we common used in Taiwan, those characters are in Big5-eten which is the most widely used Big5 table here. rafan.