Re: ANNOUNCE: fribidi-0.1.12



In his message, Eli Marmor wrote,
> According to the standards, LRM is 0xFD (and not 0xFE) and RLM is 0xFE
> (and not 0xFF).

Thanks for the info! You left the ivrix meeting last month before my
talk so I didn't get your input then.

It will be fixed in fribidi-0.1.13 which will make it to my site in
the next few days. Meanwhile please apply the following patch manually
if planning to use LRM and RLM for iso-8859-8:

fribidi_char_sets.c:
< #define ISO_8_LRM 0xFE
< #define ISO_8_RLM 0xFF
--
> #define ISO_8_LRM 0xFD
> #define ISO_8_RLM 0xFE

Btw, exactly which standard? Any URL's?

Dov




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