Re: website charset

From: Justin Clift <justin(at)postgresql(dot)org>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, db(at)zigo(dot)dhs(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: website charset
Date: 2003-03-09 04:24:30
Message-ID: 3E6AC1FE.8030105@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>&nbsp;</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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2003-03-09 04:33:46 Re: Who puts the Windows binaries on the FTP server?
Previous Message Tom Lane 2003-03-09 04:06:36 Re: SQL99 ARRAY support proposal