I need a utf8 lib, so i build https://github.com/starwing/luautf8 as defold natve exstention.
library:https://github.com/d954mas/defold-utf8
I use it in html and windows. But it should work everywhere.
Examples
More info read in luautf8.
Many routines are same as Lua’s string module:
utf8.byte
utf8.char
utf8.find
utf8.gmatch
utf8.gsub
utf8.len
utf8.lower
utf8.match
utf8.reverse
utf8.sub
utf8.upper