Archive: Problem with german special chars


Problem with german special chars
Hello,

i have a problem with correctly displaying the german special char's äöü in my installer. If i define:

!insertmacro MUI_LANGUAGE German
LangString test ${LANG_GERMAN} "Das Update ist vollständig."

i only get garbled output for the 'ä'. What can i do to get the 'ä' correctly displayed ?


Check your regional and language options or use the unicode nsis build.


Thx. I will try the unicode-build.