X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: cfrolik AT purdue DOT edu Newsgroups: comp.os.msdos.djgpp Subject: Wide-character support? Date: Wed, 10 Apr 2002 23:55:57 GMT Organization: Purdue University Lines: 13 Message-ID: <3cb4cfea.20212363@news.purdue.edu> NNTP-Posting-Host: wily-b-056.resnet.purdue.edu X-Trace: mozo.cc.purdue.edu 1018482956 15100 128.211.225.56 (10 Apr 2002 23:55:56 GMT) X-Complaints-To: news AT news DOT purdue DOT edu NNTP-Posting-Date: Wed, 10 Apr 2002 23:55:56 +0000 (UTC) X-Newsreader: Forte Free Agent 1.21/32.243 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. For example, std::wstring, std::wcout, swprintf, etc. (I could go on). Some of these are easy to get around (wstring can be typedef'd as basic_string), but others -- such as swprintf -- aren't so easy to work around and thus cause issues when porting code from other more ANSI-compliant compilers. Is there a patch or something that will add the full wide character support that I need? Thanks. -- Chris