Re: [ADMIN] about encoding

2012-04-02 Thread Steve Crawford
On 03/28/2012 08:00 PM, superman0920 wrote: > hello > i want to insert a report to postgresql,the report contain something > Chinese characters and the postgresql is utf-8. > the response from db is this: > ERROR: invalid byte sequence for encoding "UTF8": 0xb1 > how can i fix it ? > Remove the bad

[ADMIN] about encoding

2012-03-30 Thread superman0920
hello i want to insert a report to postgresql,the report contain something Chinese characters and the postgresql is utf-8. the response from db is this: ERROR: invalid byte sequence for encoding "UTF8": 0xb1 how can i fix it ? thx superman0920

Re: [ADMIN] about encoding

2012-03-29 Thread Kevin Grittner
superman0920 wrote: > i want to insert a report to postgresql,the report contain > something Chinese characters and the postgresql is utf-8. > > the response from db is this: > ERROR: invalid byte sequence for encoding "UTF8": 0xb1 That's not a valid byte sequence for a character under the

[ADMIN] about encoding

2012-03-28 Thread superman0920
hello i want to insert a report to postgresql,the report contain something Chinese characters and the postgresql is utf-8. the response from db is this: ERROR: invalid byte sequence for encoding "UTF8": 0xb1 how can i fix it ? thx superman0920