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

--- Comment #5 from Caolán McNamara <[email protected]> ---
Created attachment 130694
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130694&action=edit
.doc demo hack patch

Word uses 0x1f for its soft-hyphens, writer uses 0xAD, the source document uses
0xAD which in word is "just a char" but for us is a non-printing soft hyphen.
One solution might be to transform it on import to 0x2010. The attached does
that (not quite completely safe in this version) for the .doc format, not sure
where he docx equivalent lives

-- 
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