rjpcomputing / luaforwindows

Lua for Windows is a 'batteries included environment' for the Lua scripting language on Windows. NOTICE: Looking for maintainer.
2.93k stars 485 forks source link

Unicode #84

Closed le-tuan closed 9 years ago

le-tuan commented 9 years ago

Why it does not support unicode?

rjpcomputing commented 9 years ago

Because it is based off Lua 5.1, not Lua 5.3. There is no plan to change that very soon. Maybe there is a Unicode module in LuaRocks you could use.

tst2005 commented 9 years ago

If you search about pure lua solution you should try :

Else you also should try a full support with :

There are maybe lot of other solutions... Regards,