├── LICENSE ├── README.md ├── lua-utf8-simple-1.rockspec ├── shitty_testcases.lua └── utf8_simple.lua /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blitmap/lua-utf8-simple/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blitmap/lua-utf8-simple/HEAD/README.md -------------------------------------------------------------------------------- /lua-utf8-simple-1.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blitmap/lua-utf8-simple/HEAD/lua-utf8-simple-1.rockspec -------------------------------------------------------------------------------- /shitty_testcases.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blitmap/lua-utf8-simple/HEAD/shitty_testcases.lua -------------------------------------------------------------------------------- /utf8_simple.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blitmap/lua-utf8-simple/HEAD/utf8_simple.lua --------------------------------------------------------------------------------