Experimental UTF16 reading support on POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6291 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9b287fc648
commit
a0cd389c78
6 changed files with 69 additions and 19 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <stdio.h>
|
||||
#include "util.h" // For my_fopen
|
||||
|
||||
#define TSTR_INPUTCHARSET _T("ACP|OEM|CP#|UTF8")
|
||||
#define TSTR_INPUTCHARSET _T("ACP|OEM|CP#|UTF8|UTF16LE")
|
||||
|
||||
|
||||
void RawTStrToASCII(const TCHAR*in,char*out,UINT maxcch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue