Skip to content
⌘ NSIS Forum Archive

Swedish charcters in messages

8 posts

Anders Hydén#

Swedish charcters in messages

HI,
I have succeded in installing the Swedish texts for the insatallation views.
LoadLanguageFile "${NSISDIR}\Contrib\Language files\Swedish.nlf"

But in the special messages, that I self wright, the special charaters are not converted.

How do I do this?
Anders#
Where are you writing the strings? Are you building a Unicode installer?

You ideally should encode your .nsi/nsh files as Utf8 with a BOM or as Utf16.
Anders Hydén#
I am learning by using the Examples1 and -2.
Just palying around, trying to understand what happens when.
Anders Hydén#
Swedish charcters in sectionnames

Hi,
I am still asking for som help on how to get the special Swedish characters (ÅÄÖ and åäö) in messages and in sectionnames.



[IMG]C:\UTV\DF191\val.png[/IMG]
Anders#
Originally Posted by Anders Hydén View Post
Hi,
I am still asking for som help
I still don't know if you are saving your .nsi file as Unicode with a BOM.