[Mono-devel-list] [PATCH] (String|Char).ToLower and ToUpper with CultureInfo

Mohammad DAMT md at mt.web.id
Tue Mar 16 05:32:43 EST 2004


This patch (2 sides, mono-side and classlib side) implements
Char.ToLower(CultureInfo) and Char.ToUpper(CultureInfo).

The patch also set the icall for String.ToLower and String.ToUpper to
ves_icall_System_String_InternalToLower_Comp and
ves_icall_System_String_InternalToUpper_Comp respectively (currently
they point to ves_icall_System_String_InternalToUpper and
ves_icall_System_String_InternalToUpper which is not Culture enabled).

The patch also contains diff to CharTest.cs and StringTest.cs.
-- 
Mohammad DAMT <mdamt at bisnisweb.com>
http://www.bisnisweb.net ASP.Net Linux web hosting
-------------- next part --------------
A non-text attachment was scrubbed...
Name: upperlower-classlib.diff
Type: text/x-patch
Size: 944 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040316/2df4b1b8/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: upperlower-mono.diff
Type: text/x-patch
Size: 6321 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040316/2df4b1b8/attachment-0001.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: upperlower-tests.diff
Type: text/x-patch
Size: 3358 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040316/2df4b1b8/attachment-0002.bin 


More information about the Mono-devel-list mailing list