std.stringbuffer

Simen Kjaeraas simen.kjaras at gmail.com
Thu May 1 10:08:15 PDT 2008


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



More information about the Digitalmars-d mailing list