Re: [BUGS] Bug #908: Can not INSERT Cyrilic characters when use - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [BUGS] Bug #908: Can not INSERT Cyrilic characters when use
Date
Msg-id 20030311.144558.88472597.t-ishii@sra.co.jp
Whole thread Raw
List pgsql-hackers
> > > Sample Code
> > > insert into t2 (names) values ('xxx');
> > 
> > What did you insert as xxx? I would like to see them as hex or octal
> > value.
> > --
> > Tatsuo Ishii
> > 
> As 'xxx' I insert Cyrillic characters. Here are some hex values: E0, FE,
> DE, EE.

Are you sure that these are correct UTF-8 character sequences? For me
it seems not.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Beta schedule (was Roadmap for FE/BE protocol redesign)
Next
From: Justin Clift
Date:
Subject: Re: Roadmap for FE/BE protocol redesign