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

2005-06-10 Thread Devrim GUNDUZ
Hi Tatsuo, On Sat, 11 Jun 2005, Tatsuo Ishii wrote: 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). I will do it later (now is 2:00 AM and I need to go to bed...) This was an easy one: http://postgresql.gunduz.org/patches/ have th

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

2005-06-10 Thread Tatsuo Ishii
> Tatsuo Ishii <[EMAIL PROTECTED]> 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 > >

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

2005-06-10 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> 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 Inter

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

2005-06-10 Thread Tatsuo Ishii
> 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 s

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

2005-06-10 Thread Alvaro Herrera
On Fri, Jun 10, 2005 at 09:17:42PM +0900, Atsushi Ogawa wrote: > > I found a bug in character-code conversion of MIC -> EUC_JP. > (MIC: Mule Internal Code) So much for the "works flawlessly" argument :-( -- Alvaro Herrera () "Pensar que el espectro que vemos es ilusorio no lo despoja de espant

[PATCHES] bugfix: character-code conversion of MIC -> EUC_JP.

2005-06-10 Thread Atsushi Ogawa
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 mic_to_euc_jp.patch Description: Binary data -