Skip to content
⌘ NSIS Forum Archive

Problem with german special chars

3 posts

Rhodan76#

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 ?