U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining

This commit is contained in:
Behdad Esfahbod 2012-11-08 15:08:26 -08:00
parent 22a685836a
commit 4899801155
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_categ
/* 'Phags-pa joining data is not in ArabicJoining.txt yet. */
if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872)))
{
if (unlikely (u == 0xA872))
return JOINING_TYPE_R;
return JOINING_TYPE_D;
}