[Mono-devel-list] Patch idea for previous message

Atsushi Eno atsushi at ximian.com
Tue Jun 7 06:05:42 EDT 2005


Atsushi Eno wrote:
> Hi,
> 
>>> String comparison with
>>> invariant culture does not mean that it has no other side effect
>>> than case insensitivity. With CultureInfo dependent (including
>>> InvariantCulture) there are some characters that are ignored in the
>>> comparison (and sometimes culture-sensitive comparison is buggy, at
>>> least with MS.NET) or regarded equivalent to other character
>>> sequences.
>>
>> It's true but I don't treat this as a bug I think it is the expected
>> behaviour.
>>> From String.Compare documentation in .NET Framework SDK:
> 
> Well, I don't think that regarding "AE" and "\u006C" as equivalent
> is a bug. What I have in mind is other cases such as
> 
> String.Compare ("\u00E6\u0304", "\u01E3")

Oops, I mean String.Compare ("A\u0308\u0301", "\u1EA6") .

Atsushi Eno



More information about the Mono-devel-list mailing list