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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=39
                   |                            |256

--- Comment #2 from Mike Kaganski <[email protected]> ---
This problem is described as #6 in bug 39256.
As that bug looks more like a meta-bug for tracking WMF-related problems, I add
it as "See Also" and will work on it here.

Further analysis shows that my previous statements need correction.
1. Always using 1252 doesn't work for Windows; I must had been dreaming when
wrote that it worked under Win10. So, the only way to fix this by selecting
encoding is conditional compilation (symbol charset for Windows, 1252 for
Linux).
2. OpenSymbol doesn't contain necessary glyphs for brackets/braces/parentheses.
Standard Symbols L actually does. When Symbol font encoding is set to 1252,
Standard Symbols L is used by LO, while for symbol encoding, OpenSymbol is
used, with recoding using utilities from unotools/source/misc/fontcvt.cxx. I
see preferable way to fix this by enabling LO to substitute Standard Symbols L
for Symbol font when symbol charset is used.
3. MT Extra problem mentioned above (and in bug 39256 #6) is fixed by using
symbol encoding, works both for Windows and Linux (MacOS isn't tested).

-- 
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