Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 - Mailing list pgsql-patches

From Tatsuo Ishii
Subject Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8
Date
Msg-id 20051225.185001.105527470.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding conversion  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
> On 23/12/2005 03:59, Tatsuo Ishii wrote:
> > BTW, the example code sequence (ISO-8859-8) Sagi posted seems to have
> > wrong one.
> >
> > select '$,3u=u=u=u=u=u=u=u=(B';
> > WARNING:  ignoring unconvertible ISO_8859_8 character 0x00d7
> > :
> > :
> >
> > 0x00d7(\327) is not listed in our ISO-8858-8/UTF-8 conversion map. Is
> > this OK or do we need to add the conversion for the code?
> > What do you think, Sega?
> >
>
> I'm not sure whats 0x00d7(\327). The example I sent is the word "shalom"
> (hello/peace) in hebrew, four letters, here's the ascii conversion:

Oh, Ok. Maybe a noise added by my MUA.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

pgsql-patches by date:

Previous
From: Qingqing Zhou
Date:
Subject: Re: Improve XLOG_NO_TRAN related comments
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: [HACKERS] to_char and i18n