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

--- Comment #9 from Aron Budea <ba...@caesar.elte.hu> ---
The bug is around here:

cChar = GetHTMLCharName( sEntity );
http://opengrok.libreoffice.org/xref/core/svtools/source/svhtml/parhtml.cxx#488

It parses alphanumeric characters, and finds "pid", which corresponds to no
HTML character (this is the above point in the code), and afterwards it tries
if any prefix of it does, and finds "pi".

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to