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

No mapping for the Unicode character exists in the target multi-byte code page Address : 0x0014206D

Open ksio89 opened this issue 3 years ago • 2 comments
trafficstars

I'm trying to open some C++ source files from a programming textbook companion CD, but DevC++ throws me this message:

DevC++ crash

It seems there's not support for characters in my language (Brazilian Portuguese), like accute accents. If I paste the code and export it as a cpp source file in Notepad++, DevC++ opens and compiles it without errors, but doesn't render the non US/ANSI characters correctly. In the provided source file, "salário" is output as "sal├írio" in the program. Here's the file:

https://drive.google.com/file/d/1MltK2dLY_ElUIMuWM8xlO8i_fr6yEdns/view?usp=sharing

ksio89 avatar Apr 26 '22 14:04 ksio89

Tools -> Editor Options -> New Document Encoding: UTF-8. And make sure the opened file is also using UTF-8.

Hecate2 avatar Dec 05 '22 07:12 Hecate2

Use this version: https://github.com/royqh1979/Dev-CPP

flopezre avatar Dec 10 '22 05:12 flopezre