On Mon, 5 Jun 2006, Gulshan Babajee wrote:
> am actually using postgres8.1.4 and JDBC driver 8.1-4.0.7. With this am
> having a problem with database encoding. I've created a db with encoding
> LATIN1 and having problem when inserting for example the euro character
> '�' in my db
LATIN1 does not support the Euro. Try LATIN9. You do not need to adjust
the client_encoding, only the server encoding.
Kris Jurka