Re: UNICODE and PL/PGSQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: UNICODE and PL/PGSQL
Дата
Msg-id 456B13AE.1090100@archonet.com
обсуждение исходный текст
Ответ на Re: UNICODE and PL/PGSQL  ("Bart Degryse" <Bart.Degryse@indicator.be>)
Ответы Re: UNICODE and PL/PGSQL
Список pgsql-sql
Bart Degryse wrote:
> As the manual says : Character with the given ASCII code
> I need characters outside the ASCII range. Something like
>   charset := charset || '\xC2\x' || to_hex(i)';

Well, if you've tried it for characters > 127 and it didn't work then I 
don't know that it is possible at all. You *did* try the function?

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: "Bart Degryse"
Дата:
Сообщение: Re: UNICODE and PL/PGSQL
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: UNICODE and PL/PGSQL