[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++ Unicode for arabic




Mohammed Yousif wrote:


Here is a C++ UNICODE string class.
Its interface is like the std::string class but is missing less important
methods (feel free to implement them if you want).


*******


An alternative for C++ developers (or C or Java developers) is to use
the ICU library (International Components for Unicode).


Ken Beesley