Re: BUG #3935: about Unicode values

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: BUG #3935: about Unicode values
Дата
Msg-id 20080206091614.GA73547@winnie.fuhr.org
обсуждение исходный текст
Ответ на BUG #3935: about Unicode values  ("Vaibhav More" <vaibhav.more2008@gmail.com>)
Список pgsql-bugs
On Wed, Feb 06, 2008 at 06:11:24AM +0000, Vaibhav More wrote:
> PostgreSQL version: 1.6.2

This looks like a pgAdmin version, not a PostgreSQL version.  What
does "SELECT version()" return?

> I have problem in displaying Unicode(UTF-8) integer values in my query.
> insert in table values('२६','वैभव');
> here २६ is an int value.

Could you expand on what problem you're having?  What exactly are
you doing, what are you expecting to happen, and what actually does
happen?

Your int value appears to be 26 in Devanagari.  Are you trying to
store that value in an integer column?  I don't think PostgreSQL
supports numbers in non-Latin scripts unless your underlying strtol()
and sprintf() functions do.

--
Michael Fuhr

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

Предыдущее
От: "Vaibhav More"
Дата:
Сообщение: BUG #3935: about Unicode values
Следующее
От: "Kirill"
Дата:
Сообщение: BUG #3936: don't supporting case-insensitive regexp in russian UTF-8 encoding