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
|
@ -448,6 +448,9 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
|
|||
#ifndef CP_ACP
|
||||
# define CP_ACP 0
|
||||
#endif
|
||||
#ifndef CP_UTF8
|
||||
# define CP_UTF8 65001
|
||||
#endif
|
||||
|
||||
#ifndef COLOR_BTNFACE
|
||||
# define COLOR_BTNFACE 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue