Date: Thu, 28 Nov 2002 19:23:32 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: wctype.h: Why is wctrans_t a const unsigned char? In-Reply-To: <3DE63D07.F240FF1A@phekda.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 28 Nov 2002, Richard Dawe wrote: > Has > anyone got any good bookmarks for web pages about wide-character support in > the standard C library and Unicode? I'd begin with the Unicode Consortium site, www.unicode.org. They have lots of useful stuff there, including some sample code. > > Btw, one feature that I sorely miss in DJGPP is the positional format > > specifiers in printf family (%$1 etc.). It is required in gettext to be > > able to rearrange words in translated messages; right-to-left languages > > such as Arabic and Hebrew need that quite a lot. Perhaps someone would > > like to work on that, it shouldn't be hard to implement. > > I thought Juan Manuel Guerrero was looking at that. Maybe I've got my wires > crossed. Or maybe my memory failed me (again).