You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/04/04 03:44:35 UTC

[Issue 108678] CSV can't recognise utf-8 format by BOF

https://bz.apache.org/ooo/show_bug.cgi?id=108678

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from damjan@apache.org ---
While I can confirm this bug in AOO 3.2, it must have been fixed some time
after. On 4.2.0-dev AOO does do autodetection of UTF-8 vs UTF-16 vs ASCII, in
sc/source/ui/dbgui/scuiasciiopt.cxx method ScImportAsciiDlg::ScImportAsciiDlg()
using the mpDatStream->StartReadingUnicodeText() method, and I verified that
the attached file's encoding is successfully autodetected as UTF-8 on both
Windows and FreeBSD: the default "Character set" value is now "Unicode
(UTF-8)", not "System".

Resolving fixed.

-- 
You are receiving this mail because:
You are on the CC list for the issue.