System::Call 'kernel32.dll::WideCharToMultiByte(i 437, i ${WC_NO_BEST_FIT_CHARS}, w r1, i -1, i r5, i 2048, n, n) i .r2'This statement used to work. It'll convert what's selected in the text box to ANSI. But now it converts the text into unreadable gibberish after I upgraded to the latest version of NSIS.I'm very not familiar with NSIS because I just took over this project not long ago. Can somebody shed some light?
Thanks.