I've just got a db in postgreSQL for my project and just realized it's in SQL_ASCII encoding, which means "no encoding" I think.
So what is the simplest way to convert this to utf8? And I know the db should be in latin1, does the conversion will damage the content?
Thanks!