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:
anders_k 2011-12-05 23:44:26 +00:00
parent 359ad0a055
commit ef8a83bd41
10 changed files with 227 additions and 5 deletions

View file

@ -185,4 +185,7 @@ RM_DEFINE_FREEFUNC(my_convert_free);
# define PATH_CONVERT(x)
#endif
// Platform detection
bool Platform_SupportsUTF8Conversion();
#endif //_UTIL_H_