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:
anders_k 2013-03-08 19:38:46 +00:00
parent 9b287fc648
commit a0cd389c78
6 changed files with 69 additions and 19 deletions

View file

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