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:
anders_k 2017-04-14 14:17:39 +00:00
parent 2035f5e5a5
commit 062a89273c
76 changed files with 82 additions and 81 deletions

View file

@ -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>