Saturday, 17 August 2013

How to enable Unicode in C++?

How to enable Unicode in C++?

Hello guys I'm making a little Text Based Adventure Game for school and I
was wondering if you can add Unicode to C++. Right now I added this: Ä but
when I debugged my game it was just a "?" instead of "Ä". I am using the
iostream "cout" method of outputting text. Do I need to include something?
I use Visual Studio Express 2012.
This is how I typed Ä:
cout << "Ä |" << endl; //It's a part of the map

No comments:

Post a Comment