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

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: a_ogawa(at)hi-ho(dot)ne(dot)jp
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: bugfix: character-code conversion of MIC -> EUC_JP.
Date: 2005-06-10 16:33:35
Message-ID: 20050611.013335.71082292.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> I found a bug in character-code conversion of MIC -> EUC_JP.
> (MIC: Mule Internal Code)
>
> 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.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-06-10 16:49:03 Re: bugfix: character-code conversion of MIC -> EUC_JP.
Previous Message Bruce Momjian 2005-06-10 16:28:52 Re: psql: customizable readline history filename