Re: Unicode support on Win32

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: Unicode support on Win32
Дата
Msg-id 42238892.3040703@shemesh.biz
обсуждение исходный текст
Ответ на Re: Unicode support on Win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian wrote:

>Caleb wrote:
>
>
>>Hi,
>>
>>I am using Windows as a development environment (and database design),
>>and  it seems that Unicode is not supported on Win32.
>>
>>
>
>Yes, the problem is that we only support UTF-8 and the Win32 collation
>routines only support UTF-16.  You can actually use UTF-8 if you don't
>care about ordering of the character set, but pginstaller doesn't
>support those options --- you have to run initdb manually.
>
>
I know this is the wrong list for it, but here are some thoughts about
solutions:
1. Convert to UTF-16 - Windows give you builtin functions to do that.
2. Use another library set (ICU?)

          Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work? http://www.lingnu.com/backup.html


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: indexing date_part
Следующее
От: Tom Lane
Дата:
Сообщение: Re: to_char bug?