On 7/12/06, Pedro J. Vivancos <[EMAIL PROTECTED]> wrote:

I'm developing a program using C++ and SQLite3 as database. I have a
problem with encoding when I try to execute a SQL query with some
characters like "ñ, á, é, í, ó, ú". My db is UTF-8 encoded and when I'm
debugging I can see that the sentence is right but I have no result.
However, when I try to execute the same sentence by using the SQLite3
console I have no problem.

Are you sure your query string is also encoded as UTF8?

Reply via email to