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

Enrique Perez-Terron <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|1                           |0
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #4 from Enrique Perez-Terron <[email protected]> ---
I installed

Version: 7.5.1.2 (X86_64) / LibreOffice Community
Build ID: fcbaee479e84c6cd81291587d2ee68cba099e129
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: nb-NO (nb_NO); UI: nb-NO
Calc: CL threaded

yesterday, and tried again.

I created a new text document with just one character in it, the copyright
mark, Unicode 0xa9. I saved it first as a regular 'odt' file
(C:\cygwin64\tmp\Copyright.odt), then used the menu File->Save a copy, File
type "Text - select coding (txt)". In the coding dialog, UTF8 and LF. The "Byte
order mark" checkbox came with a check mark, but was greyed out and could not
be deselected.

Then:
$ od -c Copyright.txt
0000000   ?  \n
0000002

So yes, I am still seeing the error in version 7.5.

What Buovjaga  is getting is a file with the UTF-8-encoded byte order mark
0xFEFF followed by the UTF-8-encoded copyright symbol 0xA9

Another test: I have an Ubuntu Linux with Libreoffice 7.4.4.2. With this
version of Writer, it byte-order mark checkbox can be deselected, and the
resulting file is 
$ od -c Copyright.txt
0000000 302 251  \n
0000003

This is the correct outcome. The bug is not present in Ubuntu Libreoffice
Writer  7.4.4.2.

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

Reply via email to