On Mon, Feb 26, 2007 at 08:10:59AM +0100, Marcel Ruff <[EMAIL PROTECTED]> wrote a message of 65 lines which said:
> As UTF-8 may not contain '\0' you can simply use all functions as > before (strcmp(), std::string etc.). As long as you just store or retrieve strings. If you compare them (strcmp), you HAVE TO take normalization into account. If you measure them (strlen), you HAVE TO use a character semantic, not a byte semantic. And so on. > Old code doesn't need to be ported. Very strange advice, indeed. -- Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
