Archive: Problem with Japanese


Problem with Japanese
Hi All ;),

I'm having the follwing problem:

In my .nsi file I use the LangString function to define a couple of custom error messages. These messages are in Japanese, but when I save the .nsi file as unicode it does not compile. Is there an alternate way to incorporate these special strings into the installer?

Any ideas on what to do?


NSIS is compatible with Windows 9x/ME and therefore does not use Unicode. You should use MBCS instead.


Thanks for the help! It works well now :)