[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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
=================================================================
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