Re: [ANNOUNCE] Lua 3.2 (beta) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANNOUNCE] Lua 3.2 (beta) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 1999年4月26日 14:15:11 -0300 (EST)
>From: "Michael T. Richter" <mtr@igs.net>
>
>Have you taken steps toward making Unicode-enabled Lua implementations?
>(I.e. have references to char* et al been replaced with typedefs permitting
>global replacement with wchar*, etc.?)
not yet, but we haven't dismissed it.
>I'd really like to use Lua as an embedded "glue" language for Windows CE
>devices, but the prospect of inspecting every line of unfamiliar code for
>Unicode support just gives me the shivers! :-)
we'll probably have the same problem, only the code will be more familiar to us.
I hope this does not stop you form using Lua.
--lhf