Date: Sun, 28 Nov 1999 11:19:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie , pavenis AT lanet DOT lv cc: djgpp-workers AT delorie DOT com Subject: Re: AW: ANNOUNCE: rsxntdj 1.6 BETA In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers 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, 25 Nov 1999 pavenis AT lanet DOT lv wrote: > > What prevents us from releasing v2.03 with this change? > > > > Wide character aren't really supported by the library, the few > > functions that pay attention to wchar are just noops, as far as I can > > see. > > > > For gcc I think it would be enough to add following definitions in > gcc/config/i386/djgpp.h (according to gcc info files, I haven't tested it > though): > > #define WCHAR_UNSIGNED 1 > #define WCHAR_TYPE_SIZE 16 > #define WCHAR_TYPE "short unsigned int" DJ, is it okay to change the typedef for wchar_t in the CVS tree? Then we could arrange for GCC configured like above available when v2.03 is released, and close this problem.