Re: Caracter é

From: Frank Finner <postgresql(at)finner(dot)de>
To: Nicolas Cornu <nicolas(dot)cornu(at)cyber-developpement(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Caracter é
Date: 2005-08-06 21:34:18
Message-ID: 20050806233418.407bfff9.postgresql@finner.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

what encoding do your webpages have, and what encoding does your database have? If both have the same encoding (eg both UTF8 or both Latin1), all should go well, otherwise you will have to adapt encodings before putting form data into the database (and vice versa), eg with utf_encode / utf_decode.

We had a similiar problem, since we encode both, webpages and database, as utf8, there is no longer such a problem. We use php 4.4.x, postgresql 8.0.3 and pear.

Regards, Frank.

On Sat, 06 Aug 2005 22:58:40 +0200 Nicolas Cornu <nicolas(dot)cornu(at)cyber-developpement(dot)com> thought long, then sat down and wrote:

>
> Hello,
>
> I compiled Postgresql 8 on my server and installed it
> I am trying to insert a string using php and PEAR::DB
>
> The string contain: é and this cause
> $db-query to fail with an Unkown error as error message.
>
> If i insert the data using pgAdminIII the string is inserted into the
> table.
>
> I don't think it is Postgres related, do i need to ask to PEAR::DB team ?
>
> Thanks in adavance,
>
> CN
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Frank Finner

Invenius - Lösungen mit Linux
Köpfchenstraße 36
57072 Siegen
Telefon: 0271 231 8606 Mail: frank(dot)finner(at)invenius(dot)de
Telefax: 0271 231 8608 Web: http://www.invenius.de
Key fingerprint = 90DF FF40 582E 6D6B BADF 6E6A A74E 67E4 E788 2651

In response to

  • Caracter é at 2005-08-06 20:58:40 from Nicolas Cornu

Browse pgsql-sql by date

  From Date Subject
Next Message Ferindo Middleton Jr 2005-08-07 02:52:24 incorrect syntax for 'plpgsql' function to test boolean values
Previous Message PFC 2005-08-06 21:27:39 Re: [SQL] Caracter é