Reputation: 456
I am using the Unicode version of the Inno Setup. I am using Hindi as a language. I have download the Hindi.islu
from:
https://github.com/jrsoftware/issrc/blob/master/Files/Languages/Unofficial/Hindi.islu
There was no problem in compilation and packaging. When I try to run the setup after selecting the Hindi language, the next screen shows only gibberish.
What do you think? What am I missing here?
Upvotes: 1
Views: 271
Reputation: 202242
The Hindi.islu
is missing UTF-8 byte order mark.
Just add it and the translation will work correctly.
An easy way to add the UTF-8 byte order mark is by opening the file in Windows Notepad and saving it without any change.
I have posted a bug report (it was removed meanwhile, without fixing).
Upvotes: 2