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

--- Comment #4 from Mike Kaganski <[email protected]> ---
(In reply to em36 from comment #2)
> It seems not to be used, however, during import.

Id is definitely used. It is a question, how correctly.

The libwpd code parses the first character in the file; and it finds an
internal extended character 0xa0 (in WP1Parser::parseDocument). It calls
WP1ExtendedCharacterGroup::parse, then
WP1ContentListener::insertExtendedCharacter; and there, the character is mapped
to UCS4 character u+2020 (†, dagger) using macRomanCharacterMap. Then it is
simply converted to UTF-8, and passed to LibreOffice.

The library does something wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to