On Tue, Jun 14, 2011 at 12:47 PM, 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.
Not sure what you would have to do from PHP side, but make sure that when you are creating the database, the encoding is set to UTF8 for db to support Hindi.
Amitabh