Re: [HACKERS] Unicode combining characters

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] Unicode combining characters
Дата
Msg-id 20011009231656N.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] Unicode combining characters  (Patrice Hédé <phede-ml@islande.org>)
Ответы Re: [HACKERS] Unicode combining characters  (Patrice Hédé <phede-ml@islande.org>)
Список pgsql-patches
> - corrects a bit the UTF-8 code from Tatsuo to allow Unicode 3.1
>   characters (characters with values >= 0x10000, which are encoded on
>   four bytes).

After applying your patches, do the 4-bytes UTF-8 convert to UCS-2 (2
bytes) or UCS-4 (4 bytes) in pg_utf2wchar_with_len()? If it were 4
bytes, we are in trouble. Current regex implementaion does not handle
4 byte width charsets.
--
Tatsuo Ishii

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: typo or C&P error
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: updated patch for Chinese NLS support (simplified)