ance.
Luc
- Original Message -
From: "Ying Lu" <[EMAIL PROTECTED]>
To: "Ying Lu" <[EMAIL PROTECTED]>;
Sent: Wednesday, April 13, 2005 10:48 PM
Subject: Re: [GENERAL] About ERROR: could not convert UTF-8 character 0x00e9
Luc,
You are right. I am afraid
Luc,
You are right. I am afraid that I checked different mahine's
client_encoding, which have been setup the correct encodings.
While for my working environment, I have
CLIENT_ENCODING = SQL_ASCII ;
SERVER_ENCODING = SQL_ASCII;
After we setup the correct encoding for client and server side, we
s
Hello,
Actually, both the server and client sides have been setup encoding
"latin1".
I am trying to read data from one DB and save to another DB. When I
tried to read data from one DB (using postgresql-8.0-310.jdbc3.jar), it
seems that I lost all my French characters (they become ?).
Also, I a
Specify your codepage :
SET CLIENT_ENCODING TO 'LATIN1' ;
SELECT * FROM table1 ;
Your database woul be coded as LATIN1.
Luc
- Original Message -
From: "Ying Lu" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 13, 2005 5:49 PM
Subject: [GENERAL] About ERROR: could not convert UTF-8 characte