diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -211,6 +211,7 @@ - [x] Coroutine - [x] Table - [x] Math + - [x] utf8 - [ ] String - [x] string.char - [x] string.len @@ -233,13 +234,6 @@ - [ ] os - [ ] io - [ ] Debug - - [ ] utf8 - - [x] utf8.char - - [x] utf8.codepoint - - [x] utf8.offset - - [ ] utf8.charpattern - - [ ] utf8.codes - - [ ] utf8.len - [ ] Run [Lua test suite](https://github.com/lua/tests) - [ ] DOM API binding |