RE: [sqlite] Storing unicode

2004-07-28 Thread Dennis Volodomanov
Sent: Wednesday, July 28, 2004 4:08 PM To: [EMAIL PROTECTED] Subject: [sqlite] Storing unicode Hello all, Can you please tell me how to store UNICODE in SQLite v3? I'm using the sqlite3_mprintf() functions with %q, but it doesn't handle UNICODE correctly - I pass in a CString with

[sqlite] Storing unicode

2004-07-27 Thread Dennis Volodomanov
Hello all, Can you please tell me how to store UNICODE in SQLite v3? I'm using the sqlite3_mprintf() functions with %q, but it doesn't handle UNICODE correctly - I pass in a CString with a UNICODE value, but on the output of this function I get an incorrect string. The program is of course compil