Re: psql display of Unicode combining characters in 8.2

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: psql display of Unicode combining characters in 8.2
Дата
Msg-id 20061210145336.GA28364@winnie.fuhr.org
обсуждение исходный текст
Ответ на psql display of Unicode combining characters in 8.2  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: "Inaam Rana"
Дата:
Сообщение: Re: Load distributed checkpoint
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: psql display of Unicode combining characters in 8.2