[BUGS] Multibyte characters handling bug in varchar()

2002-07-10 Thread Edward
Hello,   I am using Postgresql 7.1 on Linux platform (RedHat 7.1).   My database encoding is 'EUC_CN'.   The application is accessing database with PG JDBC2.0.   I had define a field in a table like:   create table test1 (   id integer default not null, memo varchar(128)     );   The memo fiel

Re: [BUGS] Multibyte characters handling bug in varchar()

2002-07-09 Thread Tatsuo Ishii
I suspect that data stored in your database was not EUC_CN. GB2312(or GBK) is different from EUC_CN. Can you show me the INSERT statement text in gzipped form to prevent accidental changes while relaying the mail chanin? -- Tatsuo Ishii > Hello, > > I am using Postgresql 7.1 on Linux pl