www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: std.stringbuffer

Spacen Jasset Wrote:
 string.toupper shouldn't really be doing work 
 outside of ascii, in my opinion anyway. This also means that a string 
 can be uppercased in place.

So anyone who uses alphabets other than pure english will have to write their own function to uppercase their strings, even though the unicode standard defines how it should work, and D is supposed to support unicode? --Simen
May 01 2008