https://bugs.documentfoundation.org/show_bug.cgi?id=128610
--- Comment #17 from Mike Kaganski <mikekagan...@hotmail.com> --- Could you please provide *exact* steps to reproduce? Specifically: how should the XML be put to clipboard. Should I open attachment 155533 in a plain text editor, select it there and copy? Which one is known to produce the bug on which platform? Or should I import it into Math, select and copy there? (In reply to Regina Henschel from comment #9) > (In reply to Caolán McNamara from comment #8) > > I presume windows is still working ? > > Import from Windows Math Input Panel still works, using Windows 10 and LO > daily. For the record. Math Input Panel on Windows puts data to clipboard in MathML clipboard format, which results in import code using the 'aDataHelper.HasFormat(SotClipboardFormatId::MATHML)' path, so it doesn't hit the UTF-16 replacement code. Trying to open the MathML from the attachment into clipboard on Windows, using Notepad++ for that, and then trying to paste into Math using Tools->Import MathML from Clipboard does not insert anything, exactly because of the replacement of UTF-8 into UTF-16. So I need to know what exactly this replacement should enable, to not break that scenario. Thank you! -- You are receiving this mail because: You are the assignee for the bug.