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

Re: C++ Unicode for arrabic



On Tuesday 23 November 2004 18:10, Omar Abdalla wrote:
> Dear everyone, Aldsallam alukum
>
>        I would like to find out if any one of you has used c++ for
> unicode and get wistream and the stream lib to work with unicode.  also,
> I wolud like to see if I need to set the enviroment to recocnize Arabic
> char. such as terminals and others.  Please; let me know if you have an
> Idea.
>
> Thanks, Omar Abdalla
>

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).
You can use it to get input from any istream or output to any
ostream to a UTF-8 enabled console.
I'm attaching it because it's too small.

You should also follow the steps in the Arabic-HOWTO in the  documentation
section @ arabeyes.org to setup the console or you can use mlterm.

-- 
Mohammed Yousif
Egypt

Attachment: ystring.tar.gz
Description: application/tgz