Swedish characters "ÅÄÖ" in visual studio 2015.

Hello, i am currently learning to program in visual studio 2015 after only doing it in linux before. I am currently having a lot of problems to get the program to display the swedish characters "ÅÄÖ" in the CMD. I have been googling a lot but i cant seem to solve the problem. All help/suggestions would be greatly appreciated.

Thanks
- Zorac
Last edited on
The console should be able to show at least the standard umlauts äöü.

You may change the code page of the console. See:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms686013%28v=vs.85%29.aspx

https://msdn.microsoft.com/en-us/library/windows/desktop/dd317756%28v=vs.85%29.aspx

Notice that you need to compile your source code with the same code page if you have umlauts there too.
Topic archived. No new replies allowed.