Skip to content
⌘ NSIS Forum Archive

Problem with Japanese

3 posts

Mech Chicken#

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?
Joost Verburg#
NSIS is compatible with Windows 9x/ME and therefore does not use Unicode. You should use MBCS instead.