"Jawahar Nayak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am sqllite user. I am using sqlite3-3.5.9. I am inserting some > unicode data in utf-8 encoding format in database. When I tried the > data back from the database it seems that data is being converted to > some other encoding. Conversion may take place at insertion time.
Show some code. How are you inserting the data, and how are you reading it? > I > am not sure. Is there any way to set the utf-8 encoding for the data > to be inserted in database. You don't need to do anything special. Unless you explicitly request UTF-16, UTF-8 is the default. Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users