different encoding for sqlite db?

Just starting out? Need help? Post your questions and find answers here.
gekkonier
User
User
Posts: 78
Joined: Mon Apr 23, 2007 9:42 am

different encoding for sqlite db?

Post 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
infratec
Always Here
Always Here
Posts: 7622
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: different encoding for sqlite db?

Post by infratec »

Hi,

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

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

Bernd
Post Reply