Re: Problems with special character rendering - Mailing list pgsql-novice

From Tom Lane
Subject Re: Problems with special character rendering
Date
Msg-id 14275.1295537818@sss.pgh.pa.us
Whole thread Raw
In response to Problems with special character rendering  (Thomas Bouffon <thomas.bouffon@gmail.com>)
List 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 by date:

Previous
From: Thomas Bouffon
Date:
Subject: Problems with special character rendering
Next
From: peter@vfemail.net
Date:
Subject: Vacuuming -- again