Re: Server-side support of all encodings

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Server-side support of all encodings
Дата
Msg-id 20070326.184222.112627760.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: Server-side support of all encodings  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Server-side support of all encodings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> > Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> Backend encodings must have the property
> >> that all bytes of a multibyte character are >= 128.
> 
> > But then, PG_JOHAB have already infringed it. Please see johab_to_utf8.map.
> > Trailing bytes of JOHAB can be less than 128.
> 
> In that case we must remove JOHAB from the list of allowed server
> encodings.  Tatsuo, can you comment on whether this is correct?

Sigh. From the first day when JOHAB was supported (back to 7.3 days),
it should had not been in the server encodings. JOHAB's second byte
definitely contain 0x41 and above. *johab*.map just reflect the
fact. I think we should remove JOHAB from the server encodings list.
I'm afraid users who have JOHAB encoded databases get angry, though.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


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

Предыдущее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: Crash bug in 8.2.3 on Solaris 10/Sparc
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: tsearch2 regression test failures