> > 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...
> 
> Hello Samuel,
> 
> Would you be willing to produce this list for me (i.e., 
> traditional.function-to-wide.equiv)-- I could
> then update the pages.

Replying to myself...

I realise that there is an easier way to determine the 
required information -- so don't worry...

$ grep equivalent man3/*w*

Cheers,

Michael

-- 
Michael Kerrisk
maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 

Want to help with man page maintenance?  
Grab the latest tarball at
ftp://ftp.win.tue.nl/pub/linux-local/manpages/, 
read the HOWTOHELP file and grep the source 
files for 'FIXME'.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to