Invalid EUC_TW character sequence found

From: Gene Leung <gene(at)regaltronic(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Invalid EUC_TW character sequence found
Date: 2002-06-25 09:40:42
Message-ID: 3D183A9A.5610F889@regaltronic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Recently, I have installed the version 7.2.1 to my Redhat 6.1 server
with the following configure:

./configure --prefix=/usr/local/pgsql --enable-multibyte=EUC_TW
--with-perl --with-python --with-tcl --enable-odbc

After the installation, I have tried to restore some of my old databases
from version 7.0.2 but in vain owing to invalid character found.

Then I have tried to input some chinese character (big 5) directly, It
gave me some errors as shown below from the pgAdmin II:

2002-06-25 17:20:13 - SQL (AccessControl): UPDATE "site" SET "cname" =
'­» ´ä ¦r' WHERE "siteid" = '001' AND "name" = 'this is HK' AND "cname"
= '­» ´ä'

2002-06-25 17:20:13 -
*******************************************************************
2002-06-25 17:20:13 - Error
2002-06-25 17:20:13 -
*******************************************************************
2002-06-25 17:20:13 - Error in pgAdmin II:frmSQLOutput.cmdSave_Click:
-2147467259 - ERROR: Invalid EUC_TW character sequence found (0xa672)

If there is any compatibility issue between the old version and the new
one.

Best Regards
Gene Leung

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-06-25 09:44:29 Bug #697: Start problem
Previous Message Tom Lane 2002-06-24 20:56:53 Re: Bug #696: timestamp function does not work?