Hi all,

Is there any advantage to using the encoding specific functions from the C api?

For example, given a database with its encoding set to UTF-16, should I try to 
use the _bytes16() / _text16() functions?

Or should I just say "I'm UTF-8 all the way" and use the other functions, 
allowing SQLite to do the conversion for me?

I realise that both methods work, but I'm wondering if one is actually the more 
correct way.

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

Reply via email to