Hello, This page: http://gcc.gnu.org/onlinedocs/libstdc++/faq.html (and other pages) don't include a utf-8 charset in the content-type http header, which is causing the page to be rendered incorrectly in firefox. Is it possible to fix that? Even though the html header contains the utf-8 line, firefox is rendering it incorrectly. In fact, even IE renders it wrong (scroll to the bottom of the page and see the funny accented characters).
Expected header: Content-Type: text/xml; charset=UTF-8 Got: $ curl -I "http://gcc.gnu.org/onlinedocs/libstdc++/faq.html" HTTP/1.1 200 OK Date: Thu, 26 Jul 2012 16:47:48 GMT Server: Apache/2.0.52 (Red Hat) Last-Modified: Wed, 18 Jan 2012 00:55:03 GMT ETag: "1245db-f939-e5d9a7c0" Accept-Ranges: bytes Content-Length: 63801 Vary: Accept-Encoding Content-Type: text/html X-Pad: avoid browser bug -- -Dhruv Matani. http://dhruvbird.com/ "What's the simplest thing that could possibly work?" -- Ward Cunningham