Re: [sqlite] Newbie Question about ASCII and UTF-16 strings

2009-05-10 Thread P Kishor
On Sun, May 10, 2009 at 4:46 AM, John Machin wrote: > On 10/05/2009 3:29 PM, kalyan@aol.in wrote: >> Hi, >> >> I am a newbie to sqlite. >> I want to create a sqlite database in Linux OS. >> >> The data that I wish to put in the table contains both ASCII and UTF-16 >> encoded strings. >> For e

Re: [sqlite] Newbie Question about ASCII and UTF-16 strings

2009-05-10 Thread John Machin
On 10/05/2009 3:29 PM, kalyan@aol.in wrote: > Hi, > > I am a newbie to sqlite. > I want to create a sqlite database in Linux OS. > > The data that I wish to put in the table contains both ASCII and UTF-16 > encoded strings. > For eg. File and directory names are UTF-16 where the URL, date ti

[sqlite] Newbie Question about ASCII and UTF-16 strings

2009-05-09 Thread kalyan . bjv
Hi, I am a newbie to sqlite. I want to create a sqlite database in Linux OS. The data that I wish to put in the table contains both ASCII and UTF-16 encoded strings. For eg. File and directory names are UTF-16 where the URL, date time information about the files are in ASCII. How do I create a