--- a/pidgin/win32/nsis/create_nsis_translations.pl Wed Jun 10 16:15:57 2020 -0500 +++ b/pidgin/win32/nsis/create_nsis_translations.pl Thu Jun 11 03:44:30 2020 -0500 @@ -276,7 +276,11 @@ $gcomprisLanguages .= ' !macro GCOMPRIS_MACRO_INCLUDE_LANGFILE LANG FILE !insertmacro GCOMPRIS_MACRO_LANGUAGEFILE_BEGIN "${LANG}" - !include "${FILE}" + !if /FileExists "${FILE}.utf8" + !include /CHARSET=UTF8 "${FILE}.utf8" + !else + !include /CHARSET=ACP "${FILE}" + !endif !insertmacro GCOMPRIS_MACRO_LANGUAGEFILE_END !macroend ';