Problems with special character rendering

From: Thomas Bouffon <thomas(dot)bouffon(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Problems with special character rendering
Date: 2011-01-20 10:42:08
Message-ID: AANLkTikKCa0-LNODfSqwrR_mE25GcDVYeZ7e7zwGZg_Y@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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 ?

Thanks,
Thomas

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2011-01-20 15:36:58 Re: Problems with special character rendering
Previous Message Vibhor Kumar 2011-01-19 15:43:44 Re: Anyone else getting someone else's USER INFO when going to EnterpriseDB Forums