Possible Duplicate:
Handling multibyte (non-ASCII) characters in C
Hi programmers, this is my first post here.d!
I recently started to learn C as my first programming language and now i thought i'd make a simple text-based game, and everything works fine except for one thing. When i compile my code, the command prompt where the program runs doesn't show letters like äöüõ , instead there are numbers and symbols where these letters should be. Is it possible to fix it and how ?