On Dec 1, 2005, at 7:03 PM, hubdog wrote:

Now , I need encode my text in utf8 and pass them as insert sql to a utf8 encoding sqlite database and then I query the database to get the string inserted previously and manully decode the string from utf8 to ansi to display them.

I don't believe "ansi" is a text encoding.

Now it looks like the encoding and decoding work all done by myself. So I confused that what is meaning with the utf8 encoding sqlite database, what is role of sqlite database in processing the utf string?

Why encode and decode? Why don't you just leave your strings in UTF8?

Reply via email to