[Libreoffice-bugs] [Bug 124350] Inserting emoticon behaves not correctly

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 8 13:17:12 UTC 2019


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

--- Comment #8 from Tor Lillqvist <tml at iki.fi> ---
Problem could be related to "break iterators". Debugging the code on macOS and
iOS in parallel, I see a difference in what happens in
GenericSalLayout::SetNeedFallback(). For the string "A🐶", on macOS
nGraphemeStartPos is 1, nGraphemeEndPos is 3. On iOS, they are 0 and 3. Which
matches the difference I see from debug output elsewhere, on macOS the part of
the string with just the emoji is handled separately for glyph fallback, while
on iOS the whole string is, which goes wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191008/647808e9/attachment.html>


More information about the Libreoffice-bugs mailing list