On Tue, 23 Aug 2005, Joost Kraaijeveld wrote:
> What if you don't have a choise? E.g. the database is already in
> SQL_ASCII? Can I convert the database from SQL_ASCII to UNCODE?
>
Yes, but this requires a dump and restore. Additionally since you have
some non-unicode data in there, it may require running something like
iconv over the data before reloading it. This can be especially messy if
you've got multiple encodings in there already. It all depends on the
uniformity of your existing data.
Kris Jurka