Re: Unicode and unaccent()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unicode and unaccent()
Дата
Msg-id 200505060812.24701.peter_e@gmx.net
обсуждение исходный текст
Ответ на Unicode and unaccent()  ("Mark Borins" <mark.borins@rigadev.com>)
Ответы Re: Unicode and unaccent()  ("Mark Borins" <mark.borins@rigadev.com>)
Список pgsql-general
Mark Borins wrote:
> My problem is that the values like \342 are for LATIN1 type encoding.
>  I have tried and failed to get this working using the what I think
> is the Unicode escaping method \u0032 for example.

There is no Unicode escaping method.  You need to encode the characters
into UTF-8 yourself and write out the individual bytes using the octal
escape sequences.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Booleans - Why in Postgres and not in Oracle or Mysql?
Следующее
От: Himanshu Baweja
Дата:
Сообщение: Wht all database profiler / performance monitoring tools are available