Re: psql display of Unicode combining characters in 8.2 - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: psql display of Unicode combining characters in 8.2
Date
Msg-id 20061210145336.GA28364@winnie.fuhr.org
Whole thread Raw
In response to psql display of Unicode combining characters in 8.2  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
On Sat, Dec 09, 2006 at 10:50:05PM -0700, Michael Fuhr wrote:
> psql's display of Unicode combining characters appears to have
> changed in 8.2.

I forgot to mention that this change is in aligned output; unaligned
output prints sequences with combining characters as I'd expect:

test=> SELECT E'n\314\203';?column? 
----------n\u0303
(1 row)

test=> \a
Output format is unaligned.
test=> SELECT E'n\314\203';
?column?
ñ
(1 row)

-- 
Michael Fuhr


pgsql-hackers by date:

Previous
From: "Inaam Rana"
Date:
Subject: Re: Load distributed checkpoint
Next
From: Martijn van Oosterhout
Date:
Subject: Re: psql display of Unicode combining characters in 8.2