lua-users home
lua-l archive

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


1)Like Windows NT kernel.
2)Lua source files can use various encoding.
3)Before parsing, the source file is converted to Unicode.

Now Lua string is something like binary data, is there any better
solution at this problem, the string encoding problem?