[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++ Unicode for arabic
- To: developer at arabeyes dot org
- Subject: Re: C++ Unicode for arabic
- From: Ken Beesley <ken dot beesley at xrce dot xerox dot com>
- Date: Thu, 25 Nov 2004 10:17:01 +0100
- User-agent: Mozilla Thunderbird 0.8 (X11/20040913)
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