Default language file codepage is only ASCII compatible (Bug #1180)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6848 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2035f5e5a5
commit
062a89273c
76 changed files with 82 additions and 81 deletions
|
@ -169,6 +169,7 @@ inline void PrintColorFmtMsg_ERR(const TCHAR *fmtstr, ...)
|
|||
|
||||
|
||||
bool NSISRT_Initialize();
|
||||
#define NSISRT_GetASCIICodepage() ( 1252 )
|
||||
#ifndef _WIN32
|
||||
// iconv const inconsistency workaround by Alexandre Oliva
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue