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

            Bug ID: 101975
           Summary: Problem with utf8 html-xls to csv conversion
           Product: LibreOffice
           Version: 5.2.0.4 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 127205
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127205&action=edit
input file

Hi,

I got problem with file conversion from html-xls format to csv, when I try
convert file, using command:

# libreoffice --headless --convert-to csv --outdir . test.xls

Output:
convert /root/pc/test.xls -> /root/pc//test.csv using filter : Text - txt - csv
(StarCalc)

Output file have strange chars (0xd1 0x3f), instead chars from origin files.

Example:
(original char) -> (replaced char)
0xd1 0x81 -> 0xd1 0x3f
0xd1 0x8d -> 0xd1 0x3f
0xd1 0x8f -> 0xd1 0x3f

0xd0 0x90 -> 0xd0 0x3f 
0xd0 0x81 -> 0xd0 0x3f 
0xd0 0xd9 -> 0xd0 0x3f 

Output file (base64):
0LDQsdCy0LPQtNC10ZHQttC30LjQudC60LvQvNC90L7Qv9GA0T/RgtGD0YTRhdGG0YfRiNGJ0YrRi9GM0T/RjtE/LNA/0JHQktCT0JTQldA/0JbQl9CY0JnQmtCb0JzQP9Ce0J/QoNCh0KLQo9Ck0KXQptCn0KjQqdCq0KvQrNCt0K7Qrwo=

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