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

From: Atsushi Ogawa <a_ogawa(at)hi-ho(dot)ne(dot)jp>
To: pgsql-patches(at)postgresql(dot)org
Subject: bugfix: character-code conversion of MIC -> EUC_JP.
Date: 2005-06-10 12:17:42
Message-ID: PIEMIKOOMKNIJLLLBCBBAECNCIAA.a_ogawa@hi-ho.ne.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.

regards,

---
Atsushi Ogawa

Attachment Content-Type Size
mic_to_euc_jp.patch application/octet-stream 514 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-06-10 13:51:38 Re: Server instrumentation
Previous Message Atsushi Ogawa 2005-06-10 12:10:14 Re: [PATCHES] regexp_replace