Re: PostgreSQL encoding

From: Zouari Fourat <fourat(at)gmail(dot)com>
To: "mauro(dot)folcarelli(at)sistinf(dot)it" <mauro(dot)folcarelli(at)sistinf(dot)it>
Cc: pgsql-php(at)postgresql(dot)org, pgsql-php-owner(at)postgresql(dot)org
Subject: Re: PostgreSQL encoding
Date: 2005-02-22 13:27:55
Message-ID: 621eda8a050222052744aac754@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)folcarelli(at)sistinf(dot)it
<mauro(dot)folcarelli(at)sistinf(dot)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.
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-02-22 13:32:54 Re: PostgreSQL encoding
Previous Message mauro.folcarelli 2005-02-22 12:43:14 Re: PostgreSQL encoding