Non-standard ASCII

  • Thread starter Thread starter LNK2005
  • Start date Start date
L

LNK2005

I'm having problems with non-standard ASCII chars.
cout << "åäö" << endl;
prints garbage to the console. Is this a problem with the text editor or
some system setting in Windows? Either way, how can I fix it?

I'm using Visual Studio.NET 7.1 and Windows 2000 Professional
 
Back
Top