Re: Caracter é

Поиск
Список
Период
Сортировка
От Frank Finner
Тема Re: Caracter é
Дата
Msg-id 20050806233418.407bfff9.postgresql@finner.de
обсуждение исходный текст
Ответ на Caracter é  (Nicolas Cornu <nicolas.cornu@cyber-developpement.com>)
Список 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 по дате отправления:

Предыдущее
От: PFC
Дата:
Сообщение: Re: [SQL] Caracter é
Следующее
От: Ferindo Middleton Jr
Дата:
Сообщение: incorrect syntax for 'plpgsql' function to test boolean values