Re: Server-side support of all encodings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Server-side support of all encodings
Date
Msg-id 2428.1174877341@sss.pgh.pa.us
Whole thread Raw
In response to Re: Server-side support of all encodings  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: Server-side support of all encodings  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Re: Server-side support of all encodings  (Tatsuo Ishii <ishii@postgresql.org>)
List 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?
        regards, tom lane


pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Re: Server-side support of all encodings
Next
From: "Ioseph Kim"
Date:
Subject: Re: Server-side support of all encodings