I have no idea how to solve the character encoding for the swedish letters "å" "ä" "ö".
It works fine in Eclipse where the encoding is set to Cp1252. BUT - when I execute the same program in windows CMD I can not any longer see these characters. I have tried to change the encoding in CMD to 1252 and 65001, that is: chcp 1252 and chcp 65001 ... but NOPE!
Have even tried with a library function in C called setlocale, that is:
setlocale(LC_ALL, "swedish");
MANY THANKS TO SUGGESTIONS THAT SOLVES THIS ISSUE!!!!!!!