Re: Proposal: Adding JIS X 0213 support

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: Adding JIS X 0213 support
Date: 2007-03-22 05:23:27
Message-ID: 20070322.142327.06561596.t-ishii@sraoss.co.jp
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?

Yes, exactly. I will come up with new conversions later.

> After that I will develop conversion part(it will take several days).
--
Tatsuo Ishii
SRA OSS, Inc. Japan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-22 05:32:53 Re: patch adding new regexp functions
Previous Message Jeremy Drake 2007-03-22 05:21:28 Re: patch adding new regexp functions