Revert "Treat HAMZA ABOVE similar to SHADD for sorting purposes"

This reverts commit 5a33057576.

Proper fix coming soon.
This commit is contained in:
Behdad Esfahbod 2017-10-04 13:06:51 +02:00
parent d695cacbf4
commit 4c05a405ac
1 changed files with 0 additions and 4 deletions

View File

@ -105,10 +105,6 @@ HB_UNICODE_FUNCS_IMPLEMENT_CALLBACKS_SIMPLE
inline unsigned int
modified_combining_class (hb_codepoint_t unicode)
{
/* XXX This hack belongs to the Arabic shaper:
* Put HAMZA ABOVE in the same class as SHADDA. */
if (unlikely (unicode == 0x0654u)) unicode = 0x0651u;
/* XXX This hack belongs to the Myanmar shaper. */
if (unlikely (unicode == 0x1037u)) unicode = 0x103Au;