Re: [SQL] Caracter é

Поиск
Список
Период
Сортировка
От PFC
Тема Re: [SQL] Caracter é
Дата
Msg-id op.su3u8dweth1vuj@localhost
обсуждение исходный текст
Ответ на Caracter é  (Nicolas Cornu <nicolas.cornu@cyber-developpement.com>)
Список pgsql-sql
    Hello,

    This is probably a character encoding issue ; try issuing a SET
client_encoding TO whatever encoding you're using ; it is possible that
your connection through PHP defaults to SQL_ASCII in which "é" is illegal
(mine did). Or, check your browser, form etc. encoding to make sure some
Unicode doesn't get mixed up with some non-Unicode stuff.
    Note that I tried PEAR::DB and found it to be, literally, a piece of junk
(sorry, no other words).


> 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
>




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

Предыдущее
От: Nicolas Cornu
Дата:
Сообщение: Caracter é
Следующее
От: Frank Finner
Дата:
Сообщение: Re: Caracter é