From befac722facd921449f1173bb5411e6437a431a1 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 7 Sep 2021 09:27:44 +0300 Subject: [PATCH] add utf8 module to readme --- README.md | 1 + README_ru.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ecb918..a49686a 100644 --- a/README.md +++ b/README.md @@ -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`). diff --git a/README_ru.md b/README_ru.md index f1f260e..96fd756 100644 --- a/README_ru.md +++ b/README_ru.md @@ -242,6 +242,7 @@ AIO Launcher включает в себя интерпретатор LuaJ 3.0.1 * `md_colors` - модуль-таблица цветов Material Design (исходник есть в этом репозитории, [справка](https://materialui.co/colors)); * `url` - модуль с функциями для кодирования/декодирования строки в URL из библиотеки Lua Penlight; +* [utf8](https://gist.github.com/Stepets/3b4dbaf5e6e6a60f3862) - аналог одноименного модуля из Lua 5.3; * [luaDate](https://github.com/Tieske/date) - функции для работы со временем; * [json.lua](https://github.com/rxi/json.lua) - парзер JSON; * [Lua-Simple-XML-Parser](https://github.com/Cluain/Lua-Simple-XML-Parser) - парзер XML (см. пример `xml-test.lua`).