another multibyte question

Поиск
Список
Период
Сортировка
От Joe Conway
Тема another multibyte question
Дата
Msg-id 3D5A7A57.9090600@joeconway.com
обсуждение исходный текст
Ответы Re: another multibyte question
Список pgsql-hackers
Do any of the encodings with encoding max length > 1 have a constant 
character size (e.g. unicode?). If so, how hard would it be to add 
another member to pg_wchar_tbl, say:

bool   mblen_is_const;  /* all chars = max bytes this charset */

Then those character sets code gain back much of the same speed 
advantages as single byte character sets when it comes to string processing.

Joe



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Inheritance
Следующее
От: Greg Copeland
Дата:
Сообщение: Re: Inheritance