Re: [BUGS] BUG #4279: Bad codepage in our web-site

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Sullivan <ajs(at)commandprompt(dot)com>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: [BUGS] BUG #4279: Bad codepage in our web-site
Date: 2008-08-22 18:03:49
Message-ID: 200808221803.m7MI3nu12836@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-www

Andrew Sullivan wrote:
> On Fri, Aug 22, 2008 at 01:37:42PM -0400, Bruce Momjian wrote:
> > I can confirme this bug. I can read the file in
> > CVS doc/src/FAQ/FAQ_russian.html just fine; I see Cyrillic characters
> > in Firefox 3, and the encoding in the HTML says:
> >
> > <META http-equiv="Content-Type" content="text/html; charset=koi8-r">
>
> Not in the HTML I just looked at:
>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
> />

You saw that in our CVS HTML file that is part of the source
distribution? That is the master copy.

> Which is likely the problem. Convert the content of the page to UTF-8
> so that it can live in the web page environment.

I see lots of FAQs in CVS that are not UTF8:

FAQ.html: <META http-equiv="Content-Type" content="text/html; charset=US-ASCII">
FAQ_MINGW.html: <meta http-equiv="content-type"
FAQ_brazilian.html: <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
FAQ_czech.html:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
FAQ_czech.html:<meta http-equiv="Content-language" content="cs">
FAQ_farsi.html:<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
FAQ_french.html: <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
FAQ_german.html:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
FAQ_hungarian.html: http-equiv="content-type">
FAQ_japanese.html:<META http-equiv="Content-Type" content="text/html; charset=utf-8">
FAQ_polish.html: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
FAQ_russian.html: <META http-equiv="Content-Type" content="text/html; charset=koi8-r">
FAQ_turkish.html: <meta http-equiv="Content-Type" content="text/html; charset=iso8859-9">

Do they all have to be converted?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Sullivan 2008-08-22 19:13:16 Re: [BUGS] BUG #4279: Bad codepage in our web-site
Previous Message Andrew Sullivan 2008-08-22 17:59:00 Re: [BUGS] BUG #4279: Bad codepage in our web-site

Browse pgsql-www by date

  From Date Subject
Next Message Andrew Sullivan 2008-08-22 19:13:16 Re: [BUGS] BUG #4279: Bad codepage in our web-site
Previous Message Andrew Sullivan 2008-08-22 17:59:00 Re: [BUGS] BUG #4279: Bad codepage in our web-site