<div dir="ltr">Hi Chris,<div><br></div><div>As recently I'm working on SvParser and HTMLParser, </div><div><br></div><div>There is BOM detection is in SvParser::GetNextChar().</div><div><br></div><div>A quick look at eehtml, EditHTMLParser<span style="color:rgb(0,0,0)">::</span><a class="" name="EditHTMLParser" style="color:rgb(153,0,153);font-weight:bold;font-style:italic"></a>EditHTMLParser seems relevant.</div><div><br></div><div>Best regards.</div><div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-04 12:02 GMT+08:00 Chris Sherlock <span dir="ltr"><<a href="mailto:chris.sherlock79@gmail.com" target="_blank">chris.sherlock79@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hey guys, <div><br></div><div>Probably nobody saw this because of the time of year (Happy New Year, incidentally!!!).</div><div><br></div><div>Just a quick ping to the list to see if anyone can give me some pointers. </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Chris</div></font></span><div><div class="h5"><div><br><div><blockquote type="cite"><div>On 30 Dec 2015, at 12:15 PM, Chris Sherlock <<a href="mailto:chris.sherlock79@gmail.com" target="_blank">chris.sherlock79@gmail.com</a>> wrote:</div><br><div>Hi guys,<div><br></div><div>In bug 95217 - <a href="https://bugs.documentfoundation.org/show_bug.cgi?id=95217" target="_blank">https://bugs.documentfoundation.org/show_bug.cgi?id=95217</a> - Persian test in a webpage encoded as UTF-8 is corrupting.</div><div><br></div><div>If I take the webpage and save to an HTML file encoded as UTF8, then there are no problems and the Persian text comes through fine. However, when connecting to a webserver directly, the HTTP header correctly gives the content type as utf8.</div><div><br></div><div>I did a test using Charles Proxy with its SSL interception feature turned on and pointed Safari to <a href="https://bugs.documentfoundation.org/attachment.cgi?id=119818" target="_blank">https://bugs.documentfoundation.org/attachment.cgi?id=119818</a></div><div><br></div><div>The following headers are gathered:</div><div><br></div><div><pre style="font-size:inherit;width:50em">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</pre></div><br><div>Some warnings are spat out that it editeng's eehtml can't detect the encoding. I initially thought it was looking for a BOM, which makes no sense for a webpage, but that's wrong. Instead, for some reason the headers don't seem to be processed and the HTML parser is falling back to ISO-8859-1 and not UTF8 as the character encoding.</div><div><br></div><div>We seem to use Neon to make the GET request to the webserver. A few observations:</div><div><br></div><div>1. We detect a server OK response as an error</div><div>2. (Probably more to the point) I believe PROPFIND is being used, but actually even though the function being used indicates a PROPFIND verb is used a GET is used as is normal but the headers aren't being stored. This ,Evans that when the parser looks for the headers to find the encoding it's not finding anything, resulting in a fallback to ISO-8859-1.</div><div><br></div><div>One easy thing (doesn't solve the root issue) is that wouldn't it be a better idea to fallback to UTF8 and not ISO-8859-1, given ISO-8859-1 is really just a subset of UTF-8?</div><div><br></div><div>Any pointers on how to get to the bottom of this would be appreciated, I'm honestly not up on webdav or Neon.</div><div><br></div><div>Chris Sherlock</div>
</div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Mark Hung<br></div></div></div>
</div>