Re: problems with encoding and accent letters

Поиск
Список
Период
Сортировка
От aaaawwww
Тема Re: problems with encoding and accent letters
Дата
Msg-id b1ba41de-b1b6-4379-96f1-4e4b1a92c7c2@d8g2000yqf.googlegroups.com
обсуждение исходный текст
Ответ на problems with encoding and accent letters  (aaaawwww <aaaawwww@libero.it>)
Ответы Re: problems with encoding and accent letters  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Sorry I forgot to say I am running an Italian php website with a
postgresql DB. Users can write messages eachothers.
This is my code:
$connessione_db = pg_connect("dbname=xxxxx user=yyyyy
password=zzzzzz");
$sql_insert_messaggio="insert into messaggio (text) values ('àèì');";
pg_exec ($connessione_db,$sql_insert_messaggio);

and I get that error. If I do not write messages with accents
everything works.

Is there a way to insert accents with any kind of encoding?


В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: problems with encoding and accent letters
Следующее
От: Björn Lindqvist
Дата:
Сообщение: Re: Is full-row updates slower than single-value updates