Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6289 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e6ac4e6d9b
commit
dcddf977b2
18 changed files with 1208 additions and 623 deletions
|
@ -40,6 +40,7 @@ class ConstantsStringList : public SortedStringListND<struct constantstring>
|
|||
int get_value1(int idx);
|
||||
int get_value2(int idx);
|
||||
TCHAR *idx2name(int idx);
|
||||
bool set_values(const TCHAR *name, int val1, int val2);
|
||||
|
||||
private:
|
||||
int m_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue