Basic UTF-8 support in ansi build so it can read UTF-8 .nlf files and LangStrings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6196 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
359ad0a055
commit
ef8a83bd41
10 changed files with 227 additions and 5 deletions
|
@ -121,6 +121,9 @@ CEXEBuild::CEXEBuild() :
|
|||
multiple_entries_instruction=0;
|
||||
|
||||
build_include_depth=0;
|
||||
#ifndef _UNICODE
|
||||
build_include_isutf8=false;
|
||||
#endif
|
||||
|
||||
has_called_write_output=false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue