Skip to content
⌘ NSIS Forum Archive

Spanish (non-UTF) characters in .ini file

1 posts

imanol00#edited

Spanish (non-UTF) characters in .ini file

Hello people!

I`m trying to create a multilanguage installer, using NSIS and Eclipse NSIS. With Eclipse NSIS Wizard this is very easy, but the problem come when I show the license.txt file. If this file contains special characters (such as "ñ", "á", "é"... and so on), the characters I read instead of them are something like "ñ", "Ão", "Ã-".

The same problem occurs when I display some spanish strings in a custom dialog created with InstallOptions.

I have tried to change the text file encoding in Window->Preferences->General->Workspace in the Eclipse menu bar as somebody suggested in this same forum, with no result. 🙁

The rest of the translation works perfect. With the "standard strings" contained in the NSIS language files there is no problem...

If somebody knows anything about it I would be very grateful.



Thanks in advance!!!!