[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Managing Unicode (UTF-8 and UTF-16) data in Lua
- From: Paul K <paul@...>
- Date: Fri, 5 Aug 2016 10:51:38 -0700
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.