luaforwindows
luaforwindows copied to clipboard
Update IUP to 3.16
IUP - Version 3.16 says in the documentation
Win32 System Driver When IUP is built with UNICODE enabled, it is possible to specify strings in UTF-8. But the default is still to use the current locale. To use UTF-8 strings set the global attribute UTF8MODE to YES.
I have a strong demand for this in my applications (doing the other utf8 stuff by myself using alien to access the xxxW functions in the microsoft system DLLs)
Please make a pull request with these additions?
You just place the modules files:
- Documentation:
files/docs/<modulename>/... - Binary module:
files/clibs - Lua modules:
files/lua - Examples:
files/examples/<modulename>/... - [Optional] Tools:
files/utils/<modulename>