hongdong wrote:
> Forgot this.
> 
> 2006/9/26, hongdong <[EMAIL PROTECTED]>:
>>
>> I want to know:after run"sqlite3_get_table",what kind of encoding used
>> with the result??

They are in UTF8.  All SQLite 3 APIs use Unicode.  If the type is a
char* then it is UTF8 and if it is void* then it is UTF16.

Roger

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to