Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2002 07:41:20 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        "Tim J. Robbins" <tjr@FreeBSD.org>
Cc:        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:  <20021004034118.GA2347@nagual.pp.ru>
In-Reply-To: <200210040318.g943IQ4H039195@freefall.freebsd.org>
References:  <200210040318.g943IQ4H039195@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 03, 2002 at 20:18:26 -0700, Tim J. Robbins wrote:
>   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.

As better approximation you can try compare extended characters by their 
rune number. Often the are in the alphabetic order in Unicode.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021004034118.GA2347>