https://bugs.documentfoundation.org/show_bug.cgi?id=157566
--- Comment #2 from Sergey Tkachenko <[email protected]> --- Since I encountered the same problem, I'll try to add additional information and correction. The problem is in reading superscript text from RTF, if superscript text is not enclosed in {}. In this case, superscript text either not read at all, or causes a mess (text is displayed out of place). Here is the simple example: {\rtf1 \pard\plain problematic superscript: \super this superscript causes a mess \plain (end of paragraph 1) \par \pard\plain correct superscript: {\super I'm ok in my brackets} \plain (end of paragraph 2)\par} Expected (and displayed in MS Word or WordPad): problematic superscript: this superscript causes a mess (end of paragraph 1) correct superscript: I'm ok in my brackets (end of paragraph 2) In Libre Office: problematic superscript: correct superscript: this superscript causes a mess (end of paragraph 1) I'm ok in my brackets (end of paragraph 2) -- You are receiving this mail because: You are the assignee for the bug.
