https://bugs.documentfoundation.org/show_bug.cgi?id=161514

--- Comment #5 from David Huggins-Daines <[email protected]> ---
And upon looking at this again, it seems pretty clear what's happening: the
text span has been created as <01><02>, with one-to-one mappings to code points
<01> = U+0078 and <02> = U+030C.

Then later on some other code has coalesced these into a single mapping (since
it is a single grapheme) <01> = U+0078 U+030C

But the text span itself is not actually getting updated to reflect this, and
that's why the <02> is still there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to