To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=83194
------- Additional comments from [EMAIL PROTECTED] Thu Nov 1 13:06:00 +0000 2007 ------- Not really. But I assume the following: At least a long time ago, the default encoding for HTML documents was ISO 8859-1. MS-1252 is a superset of ISO 8859-1 which, under Windows, allows to use a few additional character codes. So, by using MS-1252, we covered ISO 8859-1, but also the Windows extension of this encoding. The HTML specification actually states reg. default encoding: "The HTTP protocol ([RFC2616], section 3.7.1) mentions ISO-8859-1 as a default character encoding when the "charset" parameter is absent from the "Content-Type" header field. In practice, this recommendation has proved useless because some servers don't allow a "charset" parameter to be sent, and others may not be configured to send the parameter. Therefore, user agents must not assume any default value for the "charset" parameter." So, changing this to the system charset seems to be valid. However, we must do that only if there is no Unicode Byte Order Mark present. If a BOM exists, the encoding still has to be UTF-8. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
