Re: bugfix: character-code conversion of MIC -> EUC_JP.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: a_ogawa(at)hi-ho(dot)ne(dot)jp, pgsql-patches(at)postgresql(dot)org
Subject: Re: bugfix: character-code conversion of MIC -> EUC_JP.
Date: 2005-06-10 16:49:03
Message-ID: 23538.1118422143@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
>> In mic_to_euc_jp(), the call of mic2sjis() is a mistake.
>> It is necessary to call mic2euc_jp() here.

> Thanks. The bug was there since 7.3. Apparently nobody uses
> MIC->EUC_JP conversion (This is not surprising since very few people
> use Mule Internal Code). So I commit the fix to current only. Please
> let me know if back patch is neccessary.

If you agree that it's wrong, please do back-patch (at least 8.0,
and personally I'd fix it back to 7.3).

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tatsuo Ishii 2005-06-10 16:57:59 Re: bugfix: character-code conversion of MIC -> EUC_JP.
Previous Message Tatsuo Ishii 2005-06-10 16:33:35 Re: bugfix: character-code conversion of MIC -> EUC_JP.