I'm on the early stages of a Rogue/MUD mix type of game for the console. I'm trying to save the '\xA9' symbol into a char and have it displayed. I6t's the copyright symbol I'm going to use to represent any item of type container.

However, that code ends up producing another symbol. I can't even find it on the ASCII table or the ISO-8859-1 (windows-1252) character set. The symbol shown, which I can't reproduce here, is the mirror image of the decimal 170 symbol found under the extended ASCII Table.

I can portrait the copyright symbol on my text editors and the C++ IDE. No worries there. I just can't seem to find a way to have it displayed after building my app.