Basic UTF-8 support in ansi build so it can read UTF-8 .nlf files and LangStrings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6196 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
359ad0a055
commit
ef8a83bd41
10 changed files with 227 additions and 5 deletions
|
@ -185,4 +185,7 @@ RM_DEFINE_FREEFUNC(my_convert_free);
|
|||
# define PATH_CONVERT(x)
|
||||
#endif
|
||||
|
||||
// Platform detection
|
||||
bool Platform_SupportsUTF8Conversion();
|
||||
|
||||
#endif //_UTIL_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue