lua-users home
lua-l archive

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


On Fri, Oct 31, 2014, 19:40 Ico Doornekamp <lua@zevv.nl> wrote:


mystring:gsub('.', dosomething)



Now that in Lua 5.3 we have a basic support for UTF-8. How would one solve the question if the input string is a UTF-8 string? (lets see what we got...)