What is the best unicode library for C? Where "best" is defined by cross-platform support, compiler independence, and reasonable performance across a the most common languages in use.
|
feedback
|
closed as not constructive by bmargulies, Jeff Atwood♦ Sep 11 '11 at 23:58
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
I would suggest IBM's ICU library. It has a very large C, C++ and Java library set. Our company uses this in our commercial product - It is free and open source. http://www-01.ibm.com/software/globalization/icu/index.jsp and http://www.icu-project.org/ | |||
|
feedback
|
|
Definitively ICU: http://www.icu-project.org/ | |||
|
feedback
|
|
Why not use the wchar_t built into your fine C++ compiler? | |||||||||||||||||||
feedback
|