(Before the question: I would appreciate if someone wouldn't flag this thread as a duplicate because as much as I searched there wasn't anything close to my problem, only other programming languages and compilers or different OS's)
I'm using Dev C++ and I was after debuging a program with greek characters (system("chcp 1253");
)at the output, but when I ran it, all the characters were unreadable and this message above was seen:
Based on some pretty close questions on the web (here and here and here) I though that my path was also broken, so I checked it out with "check chcp" on cmd, where it showed the proper path (c:\Windows\System32\chcp.com).
Has anyone else has come up with the same issue?