Reading the contents of the blog
http://milky.manishsinha.net/2009/03/30/sqlite-with-c/ tried to follow
the tips to access SQLite database from C, but there's a problem:
actually database should keep UTF-8 encoded data. No problem, when
one's using LATIN1 - but I tried LATIN2 strings, and they were
inserted just "as they were".

Not sure: did I miss something in SQLite docs (any transcoding
function available?) - or one has to transcode all the strings before
insertion on his own, e.g. using iconv()?

Surely someone met the problem before... maybe some code example?
-- 
regards,
Z.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to