https://bugs.freedesktop.org/show_bug.cgi?id=44548

             Bug #: 44548
           Summary: FILESAVE: HTML format is hugely bloated - it specifies
                    the font for every single word
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.4 release
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: davidhodges...@gmail.com


so, for example 

"bad concussion - head hit by steel crate in motor accident." 

is saved as 

</FONT><FONT FACE="Arial, sans-serif">bad</FONT><FONT FACE="Arial, sans-serif">
</FONT><FONT FACE="Arial, sans-serif">concussion</FONT><FONT FACE="Arial,
sans-serif">
– </FONT><FONT FACE="Arial, sans-serif">head</FONT><FONT FACE="Arial,
sans-serif">
</FONT><FONT FACE="Arial, sans-serif">hit</FONT><FONT FACE="Arial, sans-serif">
</FONT><FONT FACE="Arial, sans-serif">by</FONT><FONT FACE="Arial, sans-serif">
</FONT><FONT FACE="Arial, sans-serif">steel</FONT><FONT FACE="Arial,
sans-serif">
</FONT><FONT FACE="Arial, sans-serif">crate</FONT><FONT FACE="Arial,
sans-serif">
</FONT><FONT FACE="Arial, sans-serif">in</FONT><FONT FACE="Arial, sans-serif">
</FONT><FONT FACE="Arial, sans-serif">motor</FONT><FONT FACE="Arial,
sans-serif">
</FONT><FONT FACE="Arial, sans-serif">accident.</FONT><FONT FACE="Arial,
sans-serif">

even though the font has not changed - it is the same for every word.

This is hugely inefficient and also makes it harder to find expressions using
grep or other search tools - if I grep for "steel crate" it won't find it -
instead I have to use the more complicated and inefficient grep -A1 steel |grep
crate.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to