On 05/10/2012 15:50, Rafael Ponte wrote:
> Hi guys,
>
> When my .iss file is encoded with UTF-8 and it has some special
> characters within it like "ç" or "ã" those characters don't appear
> correctly on Wizard screen of installer. Those characters are used in
> brazilian portuguese language.
>
> For example, my app.iss file has this line:
> [Run]
> Filename: {app}\MyApp.bat; Description: "Instalar serviço
> SysPDVWebClient"; StatusMsg: "Instalando serviço do SysPDVWebClient...";
> Flags: skipifsilent
>
> Both Description and StatusMsg are showed incorrectly when using UTF-8
> encoding. But if I change the .iss file encoding to ISO-8859-1 all the
> special characters appear nicely on screen.
>
> The compilation works fine, but the real problem is that the special
> characters aren't appearing correctly. Probably it has to do with encoding.
>
> Could someone give me any tips on how to solve this?