MakeNSIS WM_COPYDATA notify messages now use the QH_OUTPUTCHARSET encoding if specified by the host. CP_ACP is the default for compatibility with old IDEs.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6490 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9c1d673c25
commit
8ed10146ef
6 changed files with 33 additions and 5 deletions
|
@ -189,7 +189,7 @@ public:
|
|||
};
|
||||
|
||||
NStreamEncoding() { Reset(); }
|
||||
NStreamEncoding(WORD cp) { Reset();SetCodepage(cp); }
|
||||
NStreamEncoding(WORD cp) { Reset(), SetCodepage(cp); }
|
||||
WORD GetCodepage() const { return m_cp; }
|
||||
void SetCodepage(WORD cp) { m_cp = cp; }
|
||||
void SafeSetCodepage(WORD cp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue