Simon Biber wrote:
Clever Monkey wrote:
>devdris wrote:
Please, help me to print text with arabic font using lccwin32 C
compiler.
>Not really enough information here, but if you need this sort of
>processing you need to think about wide or multi-byte characters. I
>assume that this compiler toolchain supports and documents the
>implementation wide/mb chars.
>
Not necessarily. Legacy character sets like Windows 1256, IS 8859-6,
IBM-864 and MacArabic are all single byte character sets. I would
recommend going with UTF-8 in most cases though, which is a multibyte
character set. you could use UTF-16 or UTF-32 which work with wide
characters.
I was suggesting UTF-8 was the way to go. This means wide chars, correct?