Page 1 of 1

different encoding for sqlite db?

Posted: Tue Dec 17, 2013 5:09 pm
by gekkonier
Hi!

I use GetDatabaseString() to extract data of an sqlite database.
Is there a way to select an encoding, because the data seems to be aweful odd. I would like to try out reading in latin-1, utf8, etc.

Thank you, Gregor

Re: different encoding for sqlite db?

Posted: Wed Dec 18, 2013 8:10 am
by infratec
Hi,

I think SQLite uses always UTF-8 or UTF-16.

http://www.sqlite.org/version3.html

Bernd