[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issues list
Hello Ted,
At 16:38 98/06/10 -0700, Ted Hardie wrote:
> 7) (DATA_TYPES)
>
> The following data types will be primitive to the registry:
>
>
> - numbers: integer and rational
> - tokens, with equality relarionship
> - strings, with equality relationship
> - strings, with defined comparison (case insensitive, unicode)
> - ordered tokens
>
> For both ordered token and defined-comparison strings, the
> registration must include the information needed to compare
> (the order or the defintion of string comparison, as appropriate).
How exactly is case-insensitive defined? For ASCII only? So that
it works for Turkish? There are quite a bit of things you can
wrong there :-(.
Regards, Martin.