On Mon, 24 Feb 2003, Joseph Shraibman wrote:
> I have a server that has LATIN1 encoding. I want to convert it to run UTF encoding. How
> do I do that? Simply changing the encoding in a dump file does not work.
So have you done both of these:
- dropped and recreated your db with encoding 'utf-8'
- converted your dumps to utf-8 or
added set client_encoding to 'latin1' in the dumps
--
Antti Haapala