Re: HELP HELP HELP !!!!

From: John DeSoi <desoi(at)pgedit(dot)com>
To: "sharma;G(dot)S(dot)" <ghanshyam(at)newgen(dot)co(dot)in>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: HELP HELP HELP !!!!
Date: 2005-03-22 12:42:16
Message-ID: D25B44B8-9ACF-11D9-8EFB-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Mar 22, 2005, at 5:52 AM, sharma;G.S. wrote:

> can any body tell me how can i insert a french character in a table of
> postgre.
>  
> i have made a data base by setting  UNICODE encoding.
>  
> create table a (b char(255));
> I unable to set any french character in the table.....
> what should i do...
> any help will be highly appericiated..
> Thanx in Advance..

It should work just by ensuring that you have the client side encoding
set correctly. In psql, you can use something like:

\encoding UNICODE

If you still can't find a solution, create a simple example in psql and
post your output so we can see the problem.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dragan Matic 2005-03-22 13:56:56 Re: Fixing "old version was found" error
Previous Message sharma;G.S. 2005-03-22 10:52:56 HELP HELP HELP !!!!