The compile-time view doesn't seem to use UTF, does it?
const LOC_MAIN_MENU_FILE_OPEN = "&Öffnen"; // (input file encoding is UTF-8) becomes const char[8] LOC_MAIN_MENU_FILE_OPEN = "&Ãffnen"; in the view.
The compile-time view doesn't seem to use UTF, does it?
const LOC_MAIN_MENU_FILE_OPEN = "&Öffnen"; // (input file encoding is UTF-8) becomes const char[8] LOC_MAIN_MENU_FILE_OPEN = "&Ãffnen"; in the view.