Create unicode (UTF16LE) file
I was looking for a way to use Unicode version of the NSIS, and most of the things are functioning after converting script to UTF16LE, but I use AdvancedUninstallLog header from RedWine, and it creates an Uninstall.dat file which is always ANSI. I replaced all the calls in the header with FileReadUTF16LE and FileWriteUTF16LE, but how can I create an UTF16LE file with FileOpen? I allways get ANSI files. Hope this all makes sense, and that someone can help.