Re: Invalid EUC_TW character sequence found - Mailing list pgsql-bugs

From Tatsuo Ishii
Subject Re: Invalid EUC_TW character sequence found
Date
Msg-id 20020625.225250.85416619.t-ishii@sra.co.jp
Whole thread Raw
In response to Invalid EUC_TW character sequence found  (Gene Leung <gene@regaltronic.com>)
List pgsql-bugs
> -2147467259 - ERROR:  Invalid EUC_TW character sequence found (0xa672)

The error message says all. You had invalid data (maybe raw Big5
data?) in your database.

(1) If you are sure you have raw Big5 data in the old database,
    convert them to EUC_TW then load them.

(2) If you have EUC_TW and Big5 mixed data, then you have a serious
    problem. You probably have to fix the the dump data by hand.
--
Tatsuo Ishii

pgsql-bugs by date:

Previous
From: Gene Leung
Date:
Subject: Invalid EUC_TW character sequence found
Next
From: Bruce Momjian
Date:
Subject: Re: Bug #693: python interface doesn't handle int8 correctly.