[Mono-devel-list] locales.c patch

Urs C Muff umuff at quark.com
Tue May 4 15:25:57 EDT 2004


It basically a fallback if someone just calls ToLower(), and I found 
places in typemanager both in mcs and gmcs, and places in xsp.
If ToLower fails with the provided culture, why not do the culture 
independent one, you can leave in the g_message if you like, and then 
it is easy enough for someone that cares to debug where it's called 
from (making a breakpoint in g_log)...

- Urs

On May 4, 2004, at 12:23 AM, Jackson Harper wrote:

>
> Hello,
>
> Why is culture dependant ToLower/ToUpper being called? Although this
> does fix the issue it introduces incorrect behavoir. Could you tell us
> when theses methods are being called (I assume it is during building or
> something), so we can fix that?
>
> Thanks Tinderurs :-)
>
> Jackson
>
>
> On Sat, 2004-05-01 at 14:02, Urs Muff wrote:
>> This fixes Mac OS X issues in ToLower/ToUpper once and for all, 
>> handling the
>> error and using the invariant case!
>>
>> - Urs
>>




More information about the Mono-devel-list mailing list