Re: Storage of Indian Language text in postgresql through PHP - Mailing list pgsql-sql

From Jasen Betts
Subject Re: Storage of Indian Language text in postgresql through PHP
Date
Msg-id itb35c$ul8$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Storage of Indian Language text in postgresql through PHP  (INDER <inderjeetsinghit@gmail.com>)
List pgsql-sql
On 2011-06-14, INDER <inderjeetsinghit@gmail.com> wrote:
> Hello Everyone. I am new to this group and as well as to the Postgres
> also. Can anybody tell me that how to insert hindi text into postgres
> that a user has entered from html input with the use of PHP. Please I
> am waiting for the reply.

add this PHP before any content is emitted:

header('Content-type: text/html; charset=utf-8');

or set a web servr option that has the same effect.

-- 
⚂⚃ 100% natural
1



pgsql-sql by date:

Previous
From: Samuel Gendler
Date:
Subject: finding gaps in temporal data
Next
From: Samuel Gendler
Date:
Subject: Re: finding gaps in temporal data