X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 11 Apr 2002 22:05:53 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: cfrolik AT purdue DOT edu Message-Id: <3791-Thu11Apr2002220552+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3cb4cfea.20212363@news.purdue.edu> (cfrolik@purdue.edu) Subject: Re: Wide-character support? References: <3cb4cfea DOT 20212363 AT news DOT purdue DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: cfrolik AT purdue DOT edu > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 10 Apr 2002 23:55:57 GMT > > DJGPP (perhaps it is GCC in general?) seems to be missing a lot of the > wide character support that is in the ANSI C++ standard. That's true. The reason is that the underlying functionality needs to be supported in the C library, but that support is missing. > Is there a patch or something that will add the full wide character > support that I need? Unfortunately, no. Adding this is a non-trivial effort, and no one has yet stepped forward to sit down and code that. Sorry.