I haven't worked with internationalization much before so please forgive me if this is a stupid question or not related to sqlite.
I have an charset problem using sqlite 3.2.2, I run into the following issue: we have started adding spanish transaltions to our database. The app that loads the data seems fine, i can look at the data through the command line tool and the data looks ok. the problem is when i get the data through the C api with a call to sqlite3_get_table, the chars are missing/distorted. would prepare/step work any differently? do i need to call the UTF-16 calls? Thanks, Preston ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------