Hello everyone,

i am faceing a problem with unicode to save german umlaute in sqlite:

here ist the problem:

dev-envoriment:
Visual studio 2008
SQLite 3.6.20

i used the sqlite c/c++ interface and open a db used sqlite3_open. 
during the running of my application will the german-umlaut or other 
symbol transported into the database. i use the SQLite Manager(firefox 
plugin) to open the db and the umlaut cannot be correctly saved into the 
database(see the pic) :

-> it should be "รค".

my question is, how can use the sqlite c/c++ interface to save the 
unicode correctly into a sqlite database?

thanks a lot
best regards

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

Reply via email to