Add note re 'Phags-pa letter U+A872, which is Joining_Type=L

This commit is contained in:
Behdad Esfahbod 2012-11-14 15:36:53 -08:00
parent d469fadce8
commit ba82325b7a
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_categ
if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872)))
{
if (unlikely (u == 0xA872))
/* XXX Looks like this should be TYPE_L, but we don't support that yet! */
return JOINING_TYPE_R;
return JOINING_TYPE_D;