Re: [sqlite] utf8 decode

2006-09-20 Thread Roy Tam
Hi, I think you should provide sample data in order to dig out the problem. Regards, 2006/9/20, 卢炎君 <[EMAIL PROTECTED]>: Hi guys First of all, all data be complied as UTF-8 stored in my DB. Second, When I used sqlite browser tool (from sourceforge)to browsed my DB, the result of

[sqlite] utf8 decode

2006-09-20 Thread 卢炎君
Hi guys First of all, all data be complied as UTF-8 stored in my DB. Second, When I used sqlite browser tool (from sourceforge)to browsed my DB, the result of chinese characters are correct, then I write a function which just call sqlite3_column_text inside it, Demo like below: const