Hi,

Michael Kerrisk, le Thu 09 Feb 2006 02:42:34 +0100, a écrit :
> > It might be useful that toupper() and such fonctions reference their
> > wide equivalents towupper() and such.
> 
> By "and such", do you mean anything other than toupper()?

I mean all that have wchar_t* equivalents in /usr/include/wchar.h:
strcpy, ..., strcmp, ..., strlen, ... atol, ..., fprintf, ..., fscanf,
..., strftime, ...
I.e. read /usr/include/wchar.h and add its functions to the "SEE ALSO"
sections of the corresponding char* functions manuals.

This way, people might be better aware of these functions that make
handling unicode a lot easier than keeping parsing utf-8 strings...

Regards,
Samuel


Reply via email to