Re: Problems with special character rendering

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with special character rendering
Дата
Msg-id 14275.1295537818@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problems with special character rendering  (Thomas Bouffon <thomas.bouffon@gmail.com>)
Список pgsql-novice
Thomas Bouffon <thomas.bouffon@gmail.com> writes:
> Hi,
> I have a little problem with psql
> with 8.4.6 ,
>   select E'�\fr';
> gives :
>  ?column?
> ----------
>  �\x0Cr
> (1 ligne)

> whereas with 8.1
> select E'�\fr';
> gives
>  ?column?
> ----------
>  �
>   r
> (1 row)

> I tried changing both client/server encodings, etc.
> Why does 8.4 not render \f as a form feed ?

It does.  psql just displays form feeds (and other control characters)
in a less broken way than it used to.

            regards, tom lane

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

Предыдущее
От: Thomas Bouffon
Дата:
Сообщение: Problems with special character rendering
Следующее
От: peter@vfemail.net
Дата:
Сообщение: Vacuuming -- again