Re: i18n index

If you are going to do it yourself, look at the Unicode Collation Algorithm
(www.unicode.org). On that site under Useful Resources and Enabled Products
you will also find people that supply collation technology (e.g. sort-key
generation). Java, Windows, etc. have it built in. If you want
cross-platform C/C++, take a look at the open-source ICU
(oss.software.ibm.com/icu)

----- Original Message -----
From: "Sagez, Nicolas (by way of "Martin J. Duerst" <duerst@w3.org>)"
<nsagez@fusionOne.com>
To: <www-international@w3.org>
Sent: Thursday, November 02, 2000 00:33
Subject: i18n index


> All,
>
> I have to i18n a search index ( 'A' 'B' 'C' 'D' ....'X' 'Y' 'Z'). I have
> some information for the japanese index but I need to find an i18n
solution:
> - Index characters
> - SQL queries
> - ...
>
> Thanks a lot,
>
> Nicolas
>
>

Received on Thursday, 2 November 2000 09:29:43 UTC