I'm trying to open some C++ source files from a programming textbook companion CD, but Dev-C++ throws me this message:
No mapping for the Unicode character exists in the target multi-byte code page Address : 0x0014206D
It seems there's not support for characters in my language (Brazilian Portuguese), like accute accents. If I convert the encoding to UTF-8 with Notepad++, Dev-C++ can then open and compile the source without errors, but doesn't render the non US/ANSI characters correctly. In the provided source file, "salário" is output as "sal├írio" on the program.
Here's the source file:
https://drive.google.com/file/d/1MltK2dLY_ElUIMuWM8xlO8i_fr6yEdns/view?usp=sharing
edit: I'm using version 6.3, downloaded from GitHub