[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaCom 1.3: Passing wstrings Around, Running a Message Loop?
- From: Matt Campbell <mattcampbell@...>
- Date: Sat, 06 Sep 2008 10:05:48 -0500
I don't know how LuaCOM handles Unicode when used with LuaPlus, but with
regular Lua, LuaCOM returns strings as UTF-8 and expects incoming
strings to be in UTF-8. This has been the case for years. So if
LuaPlus has functions to convert between wstrings and UTF-8, you should
use these.
To run a message loop, use the StartMessageLoop function in the LuaCOM
module.
Matt