encoding c-language CMD windows
I have a problem with encoding in my c-programs. It seems to work fine in
Eclipse but when executing the program in CMD in windows its not able to
show the swedish "Å" "Ä" "Ö".
Is this because the encoding for the windows-XP is different from the
encoding in my c-program.
I did query the local settings through setlocale() and I got the following:
Swedish_Sweden.1252
is there any quick solution to this?
No comments:
Post a Comment