std.string.reverse() for mutable array of chars

Jonathan M Davis jmdavisProg at gmx.com
Fri Dec 9 09:03:16 PST 2011


On Friday, December 09, 2011 06:15:04 bearophile wrote:
> Jonathan M Davis:
> > I don't expect that std.string will _ever_ be grapheme-aware or be
> > processed by default as a range of graphemes.
> 
> OK, let's forget about graphemes in this discussion. Now I am not asking for
> a grapheme-aware reverse.

It sounded like you were, because you were complaining about how dchar did an 
exact reversal of the code points rather than taking combining code points 
into account.

- Jonathan M Davis


More information about the Digitalmars-d mailing list