Rick Gigger wrote:
> I have this exact problem.  I have dumped and reloaded other
> databases and set the client encoding to convert them to UTF-8 but I
> have one database with values that still cause it to fail, even if I
> specify that the client encoding is SQL_ASCII.  How do I fix that?

Well then you need to figure out what encoding those non-ASCII 
characters actually are and set the client encoding to that.  Trying 
LATIN1 might be a good start, but if you users/applications have 
inserted random bytes then you will have to sort it out by hand.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to