<html><body><div>Hello,<br><br>in my .rc file I use special characters like 'ü', 'ä', 'ö' and ß.<br>When I try to compile a program with CMake and MinGW I get characters like 'Ä1/4' (ü) for example.<br>Then I tried to save the resource file under nodepad as Unicode.<br>If I try to compile my application with the unicode .rc file I get the following error: "windres: MyProject.rc:1: syntax error"<br><br>Is there something which I need to enable to compile a unicode resource file with windres (MinGW)?<br><br>I also tried to use rc.exe from my Visual Studio installation and this seems to work.<br>Can I maybe use the rc from Visual Studio and link to the MinGW application?<br><br>Thanks in advance<br><br>Best Regards<br>NoRulez<br data-mce-bogus="1"></div></body></html>