I'm edited source file in UTF-8 by Notepad++,but compiled error by CB as follow:
main.cpp:1: error: stray '\239' in program
main.cpp:1: error: stray '\187' in program
main.cpp:1: error: stray '\191' in program
.\TagCode.h:1: error: stray '\239' in program
.\TagCode.h:1: error: stray '\187' in program
.\TagCode.h:1: error: stray '\191' in program
:: === Build finished: 6 errors, 0 warnings ===
I setted Default encoding was UTF-8 in CB and I saw about UTF-8 in CB be called "ANSI as UTF-8" in Notepad++.
My question is "which kind of encoding i can used in CB if i want edit source file in UTF-8 as same as in Notepad++"