Hi,

I have a database which is UTF-16 encoded and 80% of its data is strings. To save disk space and ideally also increase performance, I would like to migrate it to UTF-8.

As far as I know there is no straight forward way to do this, since you cannot ATTACH a database which has a different encoding, which would allow you to convert the data in a safe way.

My goal is to write as few code as possible. How would you do this?

Carsten
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to