[Libreoffice-bugs] [Bug 131266] Extra space added into RTF
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri May 15 18:44:41 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131266
Buovjaga <ilmari.lauhakangas at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Extra space added into .doc |Extra space added into RTF
|(possibly RTF) |
Resolution|--- |NOTABUG
CC| |ilmari.lauhakangas at libreoff
| |ice.org
Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Buovjaga <ilmari.lauhakangas at libreoffice.org> ---
If you open the .doc file in a text editor, you see it is in fact an RTF.
I bibisected the behaviour change with Linux 6.4 repo and the commit is this:
https://git.libreoffice.org/core/+/24b04db5a63b57a74e58a7616091437ad68548ac%5E!/
tdf#123703 RTF import: fix length of space character sequence
So this is an improvement to the earlier situation.
For your new cleanup workflow, I propose:
1. Ctrl-H Find & replace
2. Other options - tick Regular Expressions
3. In the Find field, input \s\s
4. In the Replace field, input a single normal space
5. Replace all multiple times until satisfied
The \s pattern in a regular expression means any whitespace and will eat them
all regardless of Unicode value.
--
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/20200515/cb71cf72/attachment.htm>
More information about the Libreoffice-bugs
mailing list