[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ANNOUNCE: fribidi-0.1.12
dov@imagic.weizmann.ac.il wrote:
> * Added support for the LRM and RLM characters for the iso-8859-8
> converts at unused positions 0xFE and 0xFF .
According to the standards, LRM is 0xFD (and not 0xFE) and RLM is 0xFE
(and not 0xFF).
In addition, it is a bad practice to use 0xFF even for other things,
because when it is used as "char" (rather than "unsigned char"), it may
have special meanings under some bad-coded functions/programs.
--
Eli Marmor
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il