From: "Ron Natalie" Newsgroups: alt.comp.lang.learn.c-c++,comp.lang.c++,comp.os.msdos.djgpp References: <3D6B432F DOT 4552DB3E AT mail1 DOT stofanet DOT dk> Subject: Re: char[] & non-Latin letters Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-Complaints-To: abuse AT usenetserver DOT com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Tue, 27 Aug 2002 16:15:11 EDT Organization: WebUseNet Corp. http://corp.webusenet.com - ReInventing the UseNet Date: Tue, 27 Aug 2002 16:17:19 -0400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Alex Vinokur" wrote in message news:akgl7a$1i2cm0$1 AT ID-79865 DOT news DOT dfncis DOT de... > cout << wc_value << endl; You have to use a wide stream wcout << wc_value << endl;