add utf8 module to readme

This commit is contained in:
Evgeny
2021-09-07 09:27:44 +03:00
parent 87207a88eb
commit befac722fa
2 changed files with 2 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ The kit also includes:
* `md_colors` - Material Design color table module (source is in this repository, [help](https://materialui.co/colors));
* `url` - a module with functions for encoding / decoding a string in a URL from the Lua Penlight library;
* [utf8](https://gist.github.com/Stepets/3b4dbaf5e6e6a60f3862) - UTF-8 module from Lua 5.3;
* [luaDate](https://github.com/Tieske/date) - functions for working with time;
* [json.lua](https://github.com/rxi/json.lua) - JSON parser;
* [Lua-Simple-XML-Parser](https://github.com/Cluain/Lua-Simple-XML-Parser) - XML parser (see example `xml-test.lua`).