Archive: Russian custom dialogues


Russian custom dialogues
Hello,

i have some custom warnings/errors/dialogues, which i set in a language_<countrycode>.nsh, which is then included in my main script. It seems that NSIS can't get along with my russian language header, i guess it is the character encoding, but don't know how to help myself here.
Here is the output of the NSIS compiler

!include: closed: "include\language_jp.nsh"
!include: "include\language_ru.nsh"
Invalid command: ÿþ
!include: error in script: "include\language_ru.nsh" on line 1
Error in script "F:\SVN\trunk\script.nsi" on line 196 -- aborting creation process


The russian language header is attached.

Your file is in UCS-2 (Unicode).


ANSI


That is working great, thanks for converting!