I have all my database encoded in ISO-8859-1 and I would like to
convert this database in UNICODE.
I have try this but with no success.
pg_dump dbase > foo.db
createdb -E UNICODE dbase
psql dbase < foo.db
I have also try to modify the value of client_encoding in the foo.db
file but that didn't fix my problem.
Thanks.
Fred