This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


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

Re: LC_MESSAGES and gettext



> What system functions are required for 'true' LC_MESSAGES support, and
> where can I find documentation on them so I can generate a patch for
> newlib?

DJGPP's locale "kit" includes these:

localeconv()
setlocale()
mbcurmax()
mblen()
mbstowcs()
mbtowc()
wcstombs()
wctomb()

Most are trivial no-ops, and only support the "C" locale.

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