From owner-cvs-all Thu Oct 3 20:44: 2 2002 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 8BD2037B401; Thu, 3 Oct 2002 20:44:01 -0700 (PDT) Received: from smtp02.iprimus.net.au (smtp02.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79EB243E42; Thu, 3 Oct 2002 20:44:00 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.44.8]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Fri, 4 Oct 2002 13:43:45 +1000 Received: from dilbert.robbins.dropbear.id.au (sthz82wzcnijzgc9@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g943hRqi065292; Fri, 4 Oct 2002 13:43:31 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g943hH9f065291; Fri, 4 Oct 2002 13:43:17 +1000 (EST) (envelope-from tim) Date: Fri, 4 Oct 2002 13:43:16 +1000 From: Tim Robbins To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc wcscoll.3 wcscoll.c wcsxfrm.3 wcsxfrm.c Message-ID: <20021004134316.A65059@dilbert.robbins.dropbear.id.au> References: <200210040318.g943IQ4H039195@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200210040318.g943IQ4H039195@freefall.freebsd.org>; from tjr@FreeBSD.org on Thu, Oct 03, 2002 at 08:18:26PM -0700 X-OriginalArrivalTime: 04 Oct 2002 03:43:49.0030 (UTC) FILETIME=[3FBADC60:01C26B58] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 03, 2002 at 08:18:26PM -0700, Tim J. Robbins wrote: > tjr 2002/10/03 20:18:26 PDT > > Modified files: > include wchar.h > lib/libc/string Makefile.inc > Added files: > lib/libc/string wcscoll.3 wcscoll.c wcsxfrm.3 wcsxfrm.c > Log: > Add a placeholder implementation of wcscoll() and wcsxfrm() which gives > locale-sensitive collation only in single-byte locales, and just does > binary comparison for the others with extended character sets. It's quite unlikely that there's enough time before 5.0 for a proper implementation of the wide character collation functions. I have a version of these functions that uses the Unicode Collating Algorithm (http://www.unicode.org/unicode/reports/tr10/) as well as Unicode implementations of all the ctype functions, but I think they're a candidate for 6.0, not 5.0. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message