GNU bug report logs -
#11860
24.1; Arabic - Harakat (diacritics, short vowels) don't appear
Previous Next
Reported by: Steffan <smias <at> yandex.ru>
Date: Wed, 4 Jul 2012 18:43:12 UTC
Severity: normal
Found in version 24.1
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Steffan <smias <at> yandex.ru>
> Cc: smias <at> yandex.ru,jasonr <at> gnu.org,11860 <at> debbugs.gnu.org,Kenichi Handa <handa <at> gnu.org>
> Date: Mon, 03 Sep 2012 17:31:39 +0200
>
> Thanks, this bug is now fixed. But there is something wrong with the two diacritics (short vowels): ARABIC KASRA and ARABIC KASRATAN. They should appear UNDER the letters, not IN or OVER them.
>
> Try a-A [Sheen-Kasra] or a-S [Sheen-Kasratan] or d-S [Ya-Kasratan].
> But h-S or m-S has the correct form. (?)
This happened because w32uniscribe.c didn't reverse the sign of the
y-offsets returned by the Uniscribe shaper. This reversal is
necessary because the Y axes in font definition coordinates and in
Emacs screen coordinates point in opposite directions.
I see that ftfont.c consistently reverses the sign of y-offsets,
probably for the same reason.
Fixed in trunk revision 109876. Please test.
P.S. This bug affected all complex scripts, not just RTL or Arabic.
This bug report was last modified 4 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.