Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

Dev-C++ editor do not work correctly with ANSI encoded files.

Open maximilliangreat opened this issue 4 years ago • 3 comments
trafficstars

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. image image

maximilliangreat avatar Feb 22 '21 10:02 maximilliangreat

What is your new document encoding setting set to?

FMXExpress avatar Feb 25 '21 12:02 FMXExpress

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?

ZhouJiatai avatar Feb 26 '21 01:02 ZhouJiatai

What is your new document encoding setting set to?

My new document encoding is ANSI image

maximilliangreat avatar Mar 03 '21 06:03 maximilliangreat