Re: endash not a graphic character?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: endash not a graphic character?
Дата
Msg-id 20160821173021.GA27952@wolff.to
обсуждение исходный текст
Ответ на Re: endash not a graphic character?  (rob stone <floriparob@gmail.com>)
Ответы Re: endash not a graphic character?  (Bruno Wolff III <bruno@wolff.to>)
Re: endash not a graphic character?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Sun, Aug 21, 2016 at 08:12:23 +1000,
  rob stone <floriparob@gmail.com> wrote:
>
>You can't use — (emdash) or – (endash)?
>Or their hex equivalents. See the Unicode chart.

I am not the source of the data, but I can special case them one way
or the other.

However I am wondering about my use of [[:graph:]] to match characters
that have glyphs. I was not expecting there to be characters that have
glyphs to not be in the graph class. In the short term I might want to
change the way I am testing that.

I should also try the equivalent test in perl to see if it is more likely
tied to the unicode implementation on my system or if it appears to be
Postgres specific.


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

Предыдущее
От: rob stone
Дата:
Сообщение: Re: endash not a graphic character?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: endash not a graphic character?