Re: website charset

Поиск
Список
Период
Сортировка
От Justin Clift
Тема Re: website charset
Дата
Msg-id 3E6AC1FE.8030105@postgresql.org
обсуждение исходный текст
Ответ на Re: website charset  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: website charset  (Dennis Björklund <db@zigo.dhs.org>)
Список pgsql-hackers
Hi Dennis,

Looking at the source for the main webpage through Mozilla, I'm getting 
this:

***********

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<!-- header -->
<html>
<head>
<title>PostgreSQL</title>
<meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Dave Page">
<meta name="keyword" content="PostgreSQL, database, dbms, postgres, 
postgres95, pgsql, relational, SQL, ODBC, JDBC">
<link rel="stylesheet" href="postgresql.css" type="text/css">
</head>

<body>

<a name="TOP"></a>
<p> </p>

<center>

***********

That clearly has a line that says:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Any idea why that's not working for you?  On the PC here with Mozilla 
1.3b on Win2K it's working fine.  It's also working ok for IE 5.5 SP2.

No problems with tweaking this to work, it just a matter of figuring out 
what's best.

:-)

Regards and best wishes,

Justin Clift


Dave Page wrote:
> It's rumoured that Dennis Björklund once said:
> 
>>There is no declaration of charset in the main webpage. Something like
>>
>><meta content="text/html; charset=iso-8859-1"
>>http-equiv="Content-Type">
>>
>>would be nice. What is worse is that there are several charsets used.
>>In the International part I have to set mozilla to use utf-8 for it to
>>be rendered correctly and in the Event part I have to tell mozilla to
>>use iso-8859-1. There is not one setting that can show the whole page.
>>
>>There really should be only one charset on the page, and it should be
>>specified so that the browser can show it right and not have to guess.
> 
> 
> There was. Justin, did you say you tweaked the charset the other day? I
> don't have my email archives to hand...
> Regards, Dave.
> 
> 


-- 
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL99 ARRAY support proposal
Следующее
От: Justin Clift
Дата:
Сообщение: Re: Who puts the Windows binaries on the FTP server?