[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How can Lua be compiled as unicode
- From: "YangFan" <missdeer@...>
- Date: Wed, 20 Jun 2007 09:18:58 +0800
Hi,all
I'm working on a project compiled as unicode charset, and I embed Lua 5.1 interpreter. As you can imagine, I get a widechar string always, and will be passed to Lua functions, or I fetch a result from Lua function with the char* type, I have to convert it to wchar_t*. So inconvenient!
So I hope to find a solution that can help compiling Lua as unicode charset. Any reply would be appreciated.
Regards,
YangFan
missdeer@gmail.com
2007-06-20