Re: encoding problem

From: "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org, "Zouari Fourat" <fourat(at)gmail(dot)com>
Subject: Re: encoding problem
Date: 2006-03-05 08:00:13
Message-ID: e431ff4c0603050000o1ffe6edfudffd704125f9682b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

you should just read these manual pages:

http://www.postgresql.org/docs/8.1/interactive/creating-cluster.html
http://www.postgresql.org/docs/8.1/interactive/charset.html#LOCALE
http://www.postgresql.org/docs/8.1/interactive/multibyte.html

On 3/5/06, Zouari Fourat <fourat(at)gmail(dot)com> wrote:
> Hello,
> Am having some problems with accentuated content as é à ç è ...
> (frensh caracters)
> When inserting from psql command line or phppgadmin some accentuated
> caracters it works :(
> I have some php scripts which interact with the database and throw
> errors when trying to insert the same accentuated content that i
> successfully inserted on phppgadmin and psql console clients.
> What should i do ?
> Thank you for helping me
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

--
Best regards,
Nikolay

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Zouari Fourat 2006-03-05 11:07:44 Re: encoding problem
Previous Message Zouari Fourat 2006-03-04 22:26:19 encoding problem