[Libreoffice-bugs] [Bug 142325] Error read rtf created Gnostice eDocEngine V5.0.0.548

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 20 20:19:34 UTC 2021


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

--- Comment #4 from Julien Nabet <serval2412 at yahoo.fr> ---
Created attachment 172212
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172212&action=edit
new rtf

I noticed that after unicode character, there's \'3

For example in the first line, you got:
author Miloslava H\u345\'3?

If you remove all the "\'3" so we'll have here:
author Miloslava H\u345?

It'll work.

I attached the file with this pattern removed.

>From https://en.wikipedia.org/wiki/Rich_Text_Format, it tells:
"For a Unicode escape, the control word \u is used, followed by a 16-bit signed
integer which corresponds to the Unicode UTF-16 code unit number. For the
benefit of programs without Unicode support, this must be followed by the
nearest representation of this character in the specified code page. For
example, \u1576? would give the Arabic letter bāʼ ب, but indicates that older
programs which do not support Unicode should render it as a question mark
instead. "

-- 
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/20210520/a887410b/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list