[Libreoffice-bugs] [Bug 47679] Copy + Paste changes "OpenSymbol" font to "StarSymbol"
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 24 16:11:46 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=47679
V Stuart Foote <vstuart.foote at utsa.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caolanm at redhat.com,
| |mikekaganski at hotmail.com,
| |vstuart.foote at utsa.edu
--- Comment #9 from V Stuart Foote <vstuart.foote at utsa.edu> ---
Was reviewing this (while looking at bug 101174). We are no longer getting a
StarSymbol font name, so can close. But I think we have a logic issue on the
font PUA mapping done with [1].
Copy - Paste is getting garbled. But Copy - Paste Special 'Unformatted text'
receives the correct Unicode in the paragraph font (with fallback to OpenSymbol
for glyphs).
Working with the string, all in OpenType:
»†‡€ --> U+00bbU+2020U+2021U+20ac
I get that string with paste special 'Unformatted Text' (so it falls back to
OpenSymbol)
But I get nonsense --> U+f0bbU+f086U+f087U+f080 with Paste (i.e. as
OpenSymbol).
So we seem to have some PUA map occurring for a paste as OpenSymbol, and the
codepoints look to match fontcvt.cxx assignments.
=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/unotools/source/misc/fontcvt.cxx?r=a7f74d5d
--
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/20200724/21f7581b/attachment.htm>
More information about the Libreoffice-bugs
mailing list