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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [BUGS] BUG #4279: Bad codepage in our web-site
Дата
Msg-id 200808221803.m7MI3nu12836@momjian.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #4279: Bad codepage in our web-site  (Andrew Sullivan <ajs@commandprompt.com>)
Ответы Re: [BUGS] BUG #4279: Bad codepage in our web-site  (Andrew Sullivan <ajs@commandprompt.com>)
Re: [BUGS] BUG #4279: Bad codepage in our web-site  (Magnus Hagander <magnus@hagander.net>)
Список 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:<metahttp-equiv="Content-Type" content="text/html; charset=utf-8"
/>FAQ_czech.html:<metahttp-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:<metahttp-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@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-www по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: [BUGS] BUG #4279: Bad codepage in our web-site
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: [BUGS] BUG #4279: Bad codepage in our web-site