Anders - 2017-01-10

At least for making NSISRT_Initialize work, we don't actually care if it is the encoding for wchar_t or something else, we just need a output encoding while we detect other stuff. You could try replacing all "wchar_t" strings in \Source\Util.cpp with "" or "UTF-8". You might also have to remove the /TRANSLIT suffix.

Utf.cpp will also have issues and there we actually want the encoding that the process uses for wchar_t strings. You could try replacing "wchar_t" with "UTF-32".

We clearly need a way to detect this instead of hardcoding but I could not even find any citrus iconv documentation so we can only do babysteps for now...

 

Last edit: Anders 2017-01-10