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