Dev-Cpp
Dev-Cpp copied to clipboard
Dev-C++ editor do not work correctly with ANSI encoded files.
Dev-C++'s editor do not work corectly with ANSI encoding. It can save *.cpp files in ANSI, but it asks EVERY time if I would like to save as utf8. Also, after reopening project, Editor can not open ANSI encoded *.cpp file "Cannot open file" error.
Sample project phonebook.zip
main.cpp have cp1251 encoding.

What is your new document encoding setting set to?
I have a similar problem. When I open an ANSI encoded file, the program will report an error:
Application Error Exception voilation at address 0056254F in module 'devcpp.exe'. Read of address 01600000.
Why?
What is your new document encoding setting set to?
My new document encoding is ANSI
