diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-15 08:42:55 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-15 08:42:55 +0100 |
commit | 1a158cc176055a50df492dfa39c1b93e9e5b478a (patch) | |
tree | 1a6625ab9ed29379158072f0352e61450e3890a4 /README.md | |
parent | dbbbb1a029fa3d6ad346426bee3310191e0dd285 (diff) | |
download | fengari-1a158cc176055a50df492dfa39c1b93e9e5b478a.tar.gz fengari-1a158cc176055a50df492dfa39c1b93e9e5b478a.tar.bz2 fengari-1a158cc176055a50df492dfa39c1b93e9e5b478a.zip |
utf8.len, utf8.codes
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 |