lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Paul,

> 2. If I want to write a UTF-16 string userdata (the Windows APIs use
> UTF-16) that interoperates seamlessly with Lua strings, I gather that

You may want to look at winapi
(http://stevedonovan.github.io/winapi/api.html) as it already handles
most of these cases (without modifying the default tables though).

Paul.