Re: HTTP header doesn't specify utf-8

2012-08-26 Thread Gerald Pfeifer
On Thu, 26 Jul 2012, Jonathan Wakely wrote: >> 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, > See http://gcc.gnu.org/ml/gcc/2012-04/msg00597.html and > http://gcc.gnu.org/ml/gcc/2012-06/msg00125.html

Re: HTTP header doesn't specify utf-8

2012-07-26 Thread Benjamin De Kosnik
ouch. I had forgotten about this, which is now PR 54102. -benjamin

Re: HTTP header doesn't specify utf-8

2012-07-26 Thread Dhruv Matani
Thanks! http://gcc.gnu.org/ml/gcc/2012-06/msg00128.html also mentions that http header munging as the preferred method. http://gcc.gnu.org/ml/gcc/2012-04/msg00597.html shows why ff & ie are right. Thanks again! -Dhruv. On Thu, Jul 26, 2012 at 10:19 AM, Jonathan Wakely wrote: > On 26 July 2012

Re: HTTP header doesn't specify utf-8

2012-07-26 Thread Jonathan Wakely
On 26 July 2012 17:54, Dhruv Matani wrote: > 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, See http://gcc.gnu.org/ml/gcc/2012-04/msg00597.html and http://gcc.gnu.org/ml/gcc/2012-06/msg00125.

HTTP header doesn't specify utf-8

2012-07-26 Thread Dhruv Matani
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, fire