From 9b09a3c4a2e4443a38e64c2c8bf7e21bc3df8284 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 11 Sep 2014 03:31:47 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fc00e..3295946 100644 --- a/README.md +++ b/README.md @@ -229,8 +229,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Internationalization -* [IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support. [ICU] * [gettext](http://www.gnu.org/software/gettext/) - GNU `gettext'. [GPLv2] +* [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/) - A conversion library between different character encodings. [GPL] ## JSON