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

--- Comment #27 from Stephan Bergmann <sberg...@redhat.com> ---
(In reply to Trond Husø from comment #25)
> The current file I am working on has Turkish encoding, I see the current
> conversion is not working correctly.

> My last attempt looks like this:
> libreoffice --headless --convert-to csv test.ods --infilter='csv:44,34,UTF8'

There are various text encodings suitable for Turkish, so you need to be more
precise in which exact encoding the data is in.  Presumably it is either the
global UTF-8, or the Turkish-specific ISO 8859-9 or its close cousin
Windows-1254.  According to comment 26, the corresponding value in the
--infilter=CSV:44,34,... argument (instead of "UTF8") should be any of

  76

for UTF-8 (i.e., RTL_TEXTENCODING_UTF8),

  20

for ISO 8859-9 (i.e., RTL_TEXTENCODING_ISO_8859_9),

  36

for Windows-1254 (i.e., RTL_TEXTENCODING_MS_1254).

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