From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-10-13 10:56:02


shams wrote:
> Why should something like [...] uppercasing, lowercasing should be so hard in
> C++.

Uppercasing and lowercasing is complicated, be it in C++ or any other
languages.
If you want to do it right for any language, that is.