From owner-cvs-src@FreeBSD.ORG Mon Nov 3 03:12:39 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 2DBB016A4CE; Mon, 3 Nov 2003 03:12:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3371743FB1; Mon, 3 Nov 2003 03:12:38 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hA3BCZFY094712; Mon, 3 Nov 2003 03:12:36 -0800 (PST) (envelope-from davidxu@freebsd.org) Message-ID: <3FA63ABC.1080907@freebsd.org> Date: Mon, 03 Nov 2003 19:23:40 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031025 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Robbins References: <200311021009.hA2A9XTU063850@repoman.freebsd.org> <20031102134326.GA7255@nagual.pp.ru> <3FA582F6.1020605@freebsd.org> In-Reply-To: <3FA582F6.1020605@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Andrey Chernov cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/lib/libc/locale big5.c euc.c mskanji.c utf8.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: Mon, 03 Nov 2003 11:12:39 -0000 Tim Robbins wrote: > Andrey Chernov wrote: > >> On Sun, Nov 02, 2003 at 02:09:33AM -0800, Tim J. Robbins wrote: >> >> >>> unconverted; GB18030 will be done eventually, but GBK and UTF2 may >>> just >>> be removed, as they are subsets of GB18030 and UTF-8 respectively. >>> >> >> >> They can't be removed just because they are subsets. From this >> position ASCII can be removed too. They can be removed only if they >> are not used (encoded documents amount should be considered). >> >> > I was considering just making them aliases for GB18030 and UTF-8. I > don't see how this could break anything, but maybe I'll do a little > research into how other systems handle GBK/GB18030; UTF2 doesn't > really matter, since it's slated for removal in 6.0. > > Some printers can not support GB18030 and GBK, for example Epson LQ1600, It only supports GB2312, but LQ1600 is widely using in China, if I want to verify if a text file can be printed on LQ1600, I must have GB2312 locale to verify it, so I am even thinking about import GB2312 locale into FreeBSD, but not removing already existing locale, they are all needed in special cases, and in fact, GBK locale is still not fully working, although it is already in FreeBSD, it might only work for LC_CTYPE, but not LC_ALL. > Tim > David Xu