Hi Dear list,

I'm looking into system.data.sqlite and I've been asking myself 
questions about  the most portable encoding of a text passphrase to 
sqlite_[re]key.

It seems to me that the only portable way is to pass an UTF-8 string 
since it's the only encoding invariant wrt byte order and character 
encoding.

I'd like to have confirmation by experienced users of this "almost 
twin" library.

Of course passing a raw string of binary bytes with no notion of 
encoding makes the issue vanish.

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

Reply via email to