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

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

Reply via email to