From 2c0519cbd541b2ac32f71dcc68f546e3a6c8c72e Mon Sep 17 00:00:00 2001 From: tocic Date: Sat, 4 Mar 2023 08:15:51 +0300 Subject: [PATCH] Add uni-algo i18n lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcaffb8..2e40cbf 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [gettext](http://www.gnu.org/software/gettext/) - GNU 'gettext'. [GPL2] * [IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support. [ICU] * [libiconv](http://www.gnu.org/software/libiconv/) - An encoding conversion library between different character encodings. [GPL] +* [uni-algo](https://github.com/uni-algo/uni-algo) - Unicode Algorithms Implementation for C/C++. [Unlicense or MIT] * [utf8.h](https://github.com/sheredom/utf8.h) - Single header utf8 string functions for C and C++. [Unlicense] * [utf8proc](https://github.com/JuliaStrings/utf8proc) - A clean C library for processing UTF-8 Unicode data. [MIT]