From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf.Bartzke@t-online.de To: gcc-gnats@gcc.gnu.org Subject: libstdc++/2103: No support for wchar i/o Date: Sun, 01 Apr 2001 00:00:00 -0000 Message-id: <20010226171004.5975.qmail@sourceware.cygnus.com> X-SW-Source: 2001-q1/msg01752.html List-Id: >Number: 2103 >Category: libstdc++ >Synopsis: No support for wchar i/o >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: mistaken >Submitter-Id: net >Arrival-Date: Mon Feb 26 09:16:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ralf Bartzke >Release: wchar-io-1.0 >Organization: >Environment: http://www.codesourcery.com/gcc-compile.shtml Online Test Compilation && SUSE Linux 6.4 >Description: #include #include int main(void) { wprintf(L"Hello\n"); // gcc reports: 'wprintf' undeclared //printf("Hello\n"); // work fine } >How-To-Repeat: Try it simply on Online Test Compilation. >Fix: Using non-wchar-io (printf, scanf ...), transform data to wchar_t and back to char. >Release-Note: >Audit-Trail: >Unformatted: