Re: Proposal: Adding JIS X 0213 support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: Adding JIS X 0213 support
Date: 2007-03-22 05:15:39
Message-ID: 26054.1174540539@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <ishii(at)postgresql(dot)org> writes:
>> I'm confused. If this is exactly the same as EUC_JP, why do we need
>> any new code at all?

> I said *encoding schema" is same, not the contents (character set) is
> same. In another word, characters included in EUC_JP are not same as
> EUC_JIS_2004.

I'm still confused. If the set of characters is different, then surely
we need at least a different UTF8<->EUC_JIS_2004 conversion function?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Drake 2007-03-22 05:17:03 Re: patch adding new regexp functions
Previous Message TANIDA Yutaka 2007-03-22 05:03:17 "Relation not found" error but table exits.