Re: Storage of Indian Language text in postgresql through PHP

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Storage of Indian Language text in postgresql through PHP
Date: 2011-06-15 20:02:52
Message-ID: itb35c$ul8$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2011-06-14, INDER <inderjeetsinghit(at)gmail(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Samuel Gendler 2011-06-15 20:52:27 Re: finding gaps in temporal data
Previous Message Samuel Gendler 2011-06-15 17:23:51 finding gaps in temporal data