
19 Oct
2004
19 Oct
'04
9:16 a.m.
In article <cl2d2p$7a3$1@sea.gmane.org>, Vladimir Prus <ghost@cs.msu.su> wrote:
This was discussed extensively before. For example, Miro has pointed out that even plain "find" is not suitable for unicode strings because some characters can be represeted with several wchar_t values.
Then, there's an issue of proper collation. Given that Unicode can contain accents and various other "marks", it is not obvious that string::operator< will always to the right thing.
Thanks, it's comforting to know /someone/ is paying attention :-) meeroh