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




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