public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libstdc++/2103: No support for wchar i/o
@ 2001-04-01  0:00 Ralf.Bartzke
  0 siblings, 0 replies; only message in thread
From: Ralf.Bartzke @ 2001-04-01  0:00 UTC (permalink / raw)
  To: gcc-gnats

>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 <stdio.h>
#include <wchar.h>

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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-01  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-01  0:00 libstdc++/2103: No support for wchar i/o Ralf.Bartzke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).