https://bugs.documentfoundation.org/show_bug.cgi?id=95217
--- Comment #7 from Chris Sherlock <[email protected]> --- It looks like the way it detects the encoding is to look to see whether the file starts with a BOM. Unfortuantely, that's not how web pages are sent. Instead, we should be looking at the headers that are returned from the web server: HTTP/1.1 200 OK Server: nginx/1.2.1 Date: Sat, 26 Dec 2015 01:41:30 GMT Content-Type: text/html; name="text.html"; charset=UTF-8 Content-Length: 982 Connection: keep-alive X-xss-protection: 1; mode=block Content-disposition: inline; filename="text.html" X-content-type-options: nosniff -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
