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

V Stuart Foote <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]

--- Comment #9 from V Stuart Foote <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to