extended ascii character problem
843854Oct 12 2004 — edited Oct 12 2004Here is the message I am getting
2004-10-12 10:04:44,207 ERROR [STDERR] org.postgresql.util.PSQLException: Invalid character data was found. This is most likely caused by stored data containing characters that are invalid for the character set the database was created in. The most common example of this is storing 8bit data in a SQL_ASCII database.
this is the character that is causing the problem (ascii 0232 �)
My question is how can I make java display this character. I am using Postgresql 7.4 as my database.