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

From Sagi Bashari
Subject Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8
Date
Msg-id 43AE67B2.9060208@adamnet.co.il
Whole thread Raw
In response to Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8  (Tatsuo Ishii <ishii@sraoss.co.jp>)
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 '��������';
> 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:
SELECT 'שלום';:
S=83
E=69
L=76
E=69
C=67
T=84
=32
'=39
ש=249
ל=236
ו=229
ם=237
'=39
;=59

Sagi


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: TODO item: list prepared queries
Next
From: Neil Conway
Date:
Subject: Re: TODO item: list prepared queries