Hi Lucas,
Shouldn't it be "sqlite3_open16(L"test.db",&db)" ?
I tried this call. It works. But, the db file is created only with the first character name and the extenstion is also missing. (its like 't') Also, can you point to me at some documentation which explains what does the 'L' mean in the API ? Thanks, Pavan. On 2/28/07, Nuno Lucas <[EMAIL PROTECTED]> wrote:
On 2/28/07, Pavan <[EMAIL PROTECTED]> wrote: > Hi, > > When i tried to create the db file using API sqlite3_open16("test.db ",&db) > it creats the file name with some junk > characters. Shouldn't it be "sqlite3_open16(L"test.db",&db)" ? Regards, ~Nuno Lucas > The file name is correct if i use sqlite3_open("test.db",&db). Does it mean > sqlite3 does not support > UTF16 encoding ? > or > Am i missing some package ? > > Thanks, > Pavan. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------
-- '**************************************************************** Always finish stronger than you start *****************************************************************