Thread: Bug #442: output not exectly the given input

Bug #442: output not exectly the given input

From
pgsql-bugs@postgresql.org
Date:
Patrick Ho (eg_hsl@yahoo.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
output not exectly the given input

Long Description
Platform: Chinese Windows98(front end), Red hat 7.1 Chinese Version + PostgresQL 7.02 (back end)

connection: ODBC

While inputing some Chinese charaters (but not all) into the database thu ODBC, the output becomes monster. But when I
tryto insert the query in the Postgres (instead of ODBC), the problem doesn't happen.  



Sample Code
insert into temp (name, tel) values ('¤uµ{¦¬¤J', '98785455');

the expected output is '¤uµ{¦¬¤J', '98785455' , but it becomes '¤uµ¦¬¤J','98785455'

I think it is the problem of the charater 'µ{', all the charaters after it will becomes monster.

Also, I found so many charaters that would have the above situation.
e.g. '²{','Á{','ÅK'

No file was uploaded with this report