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

Maxim Monastirsky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from Maxim Monastirsky <[email protected]> ---
OK, there is some confusion here. U+FEFF is the UTF-16 BOM, but the attached
file is UTF-8, and even has UTF-8 BOM.

And still, this file shows real bug. It's correctly detected as UTF-8 under
Linux but not under Windows. Most likely the reason is that
SwIoSystem::IsDetectableText returns false if the detected line end differs
from the system one, which is the case here since the file has LF, but Windows
default is CRLF. There is similar case in Bug 63673 but with UTF-16 with CRLF
under Linux.

I'm closing this bug as WORKSFORME, since the original request was for a way to
choose encoding, and there is already. And improving the auto detection is
handled already in Bug 63673.

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