change lua version

hello,

I need utf8 support,but it’s added in lua 5.3 but lastest corona version use lua 5.1 how can I do?

I don’t think it’s possible to change the version of Lua that Corona uses.

You can’t change versions of Lua. What UTF8 support are we not providing?

Rob

I don’t think it’s possible to change the version of Lua that Corona uses.

You can’t change versions of Lua. What UTF8 support are we not providing?

Rob

standard lua string library doesn’t support multi-byte characters. 

e.g. string.len(“č”)

is upgrade to lua 5.3 in corona sdk roadmap? can’t find the roadmap page, https://coronalabs.com/resources/roadmap/ gives 404 

thanks

Yeah, full UTF8 support would be really nice. The lack of it undermines localization efforts.

Did everyone miss this? :wink:  https://coronalabs.com/blog/2016/03/21/introducing-the-utf-8-string-plugin/

Ugh yeah, I missed this… Thanks Danny!

standard lua string library doesn’t support multi-byte characters. 

e.g. string.len(“č”)

is upgrade to lua 5.3 in corona sdk roadmap? can’t find the roadmap page, https://coronalabs.com/resources/roadmap/ gives 404 

thanks

Yeah, full UTF8 support would be really nice. The lack of it undermines localization efforts.

Did everyone miss this? :wink:  https://coronalabs.com/blog/2016/03/21/introducing-the-utf-8-string-plugin/

Ugh yeah, I missed this… Thanks Danny!