[Mono-devel-list] [Patch] typemanager should use InvariantCulture

Andreas Nahr ClassDevelopment at A-SoftTech.com
Fri Apr 30 14:09:47 EDT 2004


I already wrote on the list that we need to check ALL occurences of
String.ToXXX() and Char.ToXXX().
I checked through corelib and corrected there.
Just for the stats: I found about 30 occurences of them and only one was
correct.
I guess it will not look much better in other assemblies (I've seen Atsushi
did some changes for System.XML)

Andreas


> While compiling gmcs on OS X, i hit bug 52065.  While investigating I
> found the call to String.ToLower() in TypeManager.CSharpNameMatch()
> should probably be using the InvariantCulture.  Attached are patches
> for both mcs and gmcs.
>
> Robert Shade
>




More information about the Mono-devel-list mailing list