Revert "[Myanmar] Prevent reordering between Asat and Dot below"

This reverts commit 1c8654ead4.
This commit is contained in:
David Corbett 2019-06-17 10:16:24 -04:00 committed by Behdad Esfahbod
parent 504bb17287
commit ed67efcc8c
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ HB_UNICODE_FUNCS_IMPLEMENT_CALLBACKS_SIMPLE
unsigned int
modified_combining_class (hb_codepoint_t u)
{
/* XXX This hack belongs to the Myanmar shaper. */
if (unlikely (u == 0x1037u)) u = 0x103Au;
/* XXX This hack belongs to the USE shaper (for Tai Tham):
* Reorder SAKOT to ensure it comes after any tone marks. */
if (unlikely (u == 0x1A60u)) return 254;