Hi all,
I have a little problem when trying to open database that contain Unicode 
caracters:
Here is a small sample:


wstring lPath = L"c:\\\x4ECA\x6708 database.db";
DWORD lReturn = sqlite3_open16((void *)lPath.c_str (), &this->cdb);

This works correctly, but the problem is that the database name created is not 
correct:
I get something like: [今月 database.db] instead of [今月database.db]
I guess that I have a problem a string encoding, but I can not find any 
solution.

I have also tried to use sqlite3_open with encoding the name UTF8, but I get 
exactly the same result.

Can anyone help?
Thanks a lot    
        
Benoît Gantaume
R&D Manager.
DMAILER


Reply via email to