Re: PostgreSQL encoding - Mailing list pgsql-php

From Zouari Fourat
Subject Re: PostgreSQL encoding
Date
Msg-id 621eda8a050222052744aac754@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL encoding  (mauro.folcarelli@sistinf.it)
Responses Re: PostgreSQL encoding
List pgsql-php
there's no 'standard' way to do that ?
and if i got arabic content or chinese one, i should change headers again ?


On Tue, 22 Feb 2005 13:43:14 +0100, mauro.folcarelli@sistinf.it
<mauro.folcarelli@sistinf.it> wrote:
>
> I solved my problems with charsets in this way:
>
> 1. Before composing the HTML page send the header, in this way:
>
> header("Content-type: text/html; charset=utf-8");
>
> 2. Put in HTML page the following:
>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html"; charset="utf-8">
>
> that's all.
>

pgsql-php by date:

Previous
From: mauro.folcarelli@sistinf.it
Date:
Subject: Re: PostgreSQL encoding
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: PostgreSQL encoding