View Single Post
04/27/15, 08:54 PM   #5
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
http://lua-users.org/wiki/LuaUnicode

In standard Lua, it's not easy. There are a couple pure-Lua libraries there that you could use if you needed to for unicode pattern matching (and other string functions).
  Reply With Quote