Re: Caracter é - Mailing list pgsql-sql

From Frank Finner
Subject Re: Caracter é
Date
Msg-id 20050806233418.407bfff9.postgresql@finner.de
Whole thread Raw
In response to Caracter é  (Nicolas Cornu <nicolas.cornu@cyber-developpement.com>)
List pgsql-sql
Hi,

what encoding do your webpages have, and what encoding does your database have? If both have the same encoding (eg both
UTF8or 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
usephp 4.4.x, postgresql 8.0.3 and pear.
 

Regards, Frank.


On Sat, 06 Aug 2005 22:58:40 +0200 Nicolas Cornu <nicolas.cornu@cyber-developpement.com> thought long, then sat down
andwrote:
 

> 
> 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@postgresql.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.finner@invenius.de
Telefax: 0271 231 8608    Web:  http://www.invenius.de
Key fingerprint = 90DF FF40 582E 6D6B BADF  6E6A A74E 67E4 E788 2651


pgsql-sql by date:

Previous
From: PFC
Date:
Subject: Re: [SQL] Caracter é
Next
From: Ferindo Middleton Jr
Date:
Subject: incorrect syntax for 'plpgsql' function to test boolean values