Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Аватара для El Sanchez

Ветеран


Contributor


Сообщения: 1274
Благодарности: 1030

Профиль | Отправить PM | Цитировать


Цитата Bajuyngaonau1:
Вот это нужно чтобы приложение было полностью юникодным (чтобы не было всяких "иероглифов") »
Bajuyngaonau1, а что не так? Юникодная версия Inno Setup делает юникодную версию установщика. Проблема лишь с заданием юникодных строковых литералов, но это не проблема самой Inno Setup, а используемого в ней скриптового движка ROPS:
Цитата Help\Other information\Unicode Inno Setup:
The new RemObjects PascalScript version used by the Unicode compiler supports Unicode, but not for its input source. This means it does use Unicode string types as said, but any literal Unicode characters in the script will be converted to ANSI. This doesn't mean you can't display Unicode strings: you can for example instead use encoded Unicode characters to build Unicode strings (like S := #$0100 + #$0101 + 'Aa', or load the string from a file using LoadStringsFromFile, or use a {cm:...} constant.

Отправлено: 20:15, 18-07-2016 | #1626