I want to use "Unicode true" mode and also I run "sc.exe" during install, on russian windows it outputs in cp866, so I used to use /OEM to make output look shine, here's sample nsis script
!include "MUI.nsh" Name "example" OutFile "example.exe" ;Unicode true !insertmacro MUI_LANGUAGE "Russian" Section nsExec::ExecToLog /OEM '"$SYSDIR\sc.exe" query' SectionEnd
I attached couple of screenshots (nsis-2.50 and nsis-3.01)
nsis3 screenshot is produced with "Unicode true" uncommented
It looks like the Unicode version does not check the OEM flag when doing a conversion, this should be easy to fix...
thank you for the fix.
when it is going to be released?
also, I did not find any CI, I should build snapshot by myself?