Re: possible bug in my UCA implementation

James Tauber <[email protected]> Mon, 13 Feb 2006 12:19:21 +0800
Newsgroups gmane.comp.python.internationalization
Message-ID <[email protected]>
DUCET is the Unicode Consortium's Default Unicode Collation Element  =

Table.

The relevant Unicode TS is #10:

http://www.unicode.org/reports/tr10/

which is what I've done a preliminary implementation of.

i18n-sig is probably the wrong place to be asking but I thought there  =

might be people here that have direct experience with DUCET and the UCA.

James


On 13/02/2006, at 12:10 PM, Martin v. L=F6wis wrote:

> James Tauber wrote:
>> I discovered I wasn't converting to NFD first but this doesn't solve
>> the problem, it just explains why expansions were used.
>>
>> Even using NFD, I get the same result.
>
> If you want to get a response to your message, you probably need to
> provide more explanation of background, so people can easier  =

> understand
> your reasoning. I, for one, have no idea what DUCET is.
>
> Regards,
> Martin