Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 1 Feb 2001 23:33:15 -0500 Message-Id: <200102020433.XAA18323@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: cwilson AT ece DOT gatech DOT edu CC: cygwin-developers AT sources DOT redhat DOT com In-reply-to: <3A7A31C2.515238D4@ece.gatech.edu> (message from Charles Wilson on Thu, 01 Feb 2001 23:04:18 -0500) Subject: Re: LC_MESSAGES and gettext References: <3A7A31C2 DOT 515238D4 AT ece DOT gatech DOT edu> > 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.