lua-users home
lua-l archive

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


>I am trying to use Lua in a Unicode application [...]

>> So, lua_char is there for this. Try etc/luser_wchar.h, which defines L_CHAR
>> to be wchar_t (lua_char is typedef'd as L_CHAR).
>
>However this certainly doesn't seem the case in 4.1 work 3.  Is this going to
>be re-introduced?

No, we decided that writing the code with all those l_s and l_c macros was
too heavy, and so they were removed. Our current plans for supporting Unicode
and w_char is by means of a conversion program.
--lhf