I want to create my C++ libraries with Unicode support so they can be reused on other platforms.
I have found the ICU (International Components for Unicode) project but I also found a discuss about Apple rejecting for using ICU.
So how do you guys use Unicode in C++ on iPhone? Thanks.