Patrick Ho ([EMAIL PROTECTED]) 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 try to 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
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly