From: "Reginald Blue" Newsgroups: comp.os.msdos.djgpp Subject: wide characters Date: Mon, 14 Oct 2002 10:19:15 -0400 Organization: Unisys Tredyffrin Lines: 15 Message-ID: NNTP-Posting-Host: h204-180.res.federal.unisys.com X-Trace: trsvr.tr.unisys.com 1034604525 27316 192.62.204.180 (14 Oct 2002 14:08:45 GMT) X-Complaints-To: usenet AT tr DOT unisys DOT com NNTP-Posting-Date: Mon, 14 Oct 2002 14:08:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I checked the FAQ, but I didn't see this. I just wanted to confirm: DJGPP does not seem to support wide character library routines. Is that correct? #include #include int main(void) { wprintf(L"Hello World"); return 0; }