This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Classification of character set conversion functions


Hi all,

This is what I figured out:

- Family I -

First set of functions (C90):

mblen
mbtowc
wctomb
mbstowcs
wcstombs

Second set of functions (Amendment 1 to C90):

btowc
wctob
mbrtowc
mbrlen
wcrtomb
mbsrtowcs
wcsrtombs
mbsnrtowcs
wcsnrtombs

- Family II -

Third set of functions (XPG2):

see Section 6.5 (Generic Charset Conversion)

Thanks,
Igor


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]