1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00

Update README.md

This commit is contained in:
myd7349 2014-09-11 03:31:47 +08:00
parent 078b05eed2
commit 9b09a3c4a2

View file

@ -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