Re: [sqlite] Question on reading UTF-16 files using sqlite3.exe

2006-07-03 Thread Ché Gonzalez
Thanks. I will try again. maybe it was the BOM that dropped the bomb. I was getting illegal char error right before the C in my Create Table statement. Also, perusing the code I found what could be errors or actually more like non-compliance with unicode 4 in the trailing bytes table ( I forgot

Re: [sqlite] Question on reading UTF-16 files using sqlite3.exe

2006-07-03 Thread Jens Miltner
Am 03.07.2006 um 03:49 schrieb Ché Gonzalez: From my browsing through the documentation, I have observed the ability to have UTF-16 column names in sqlite3. I would like to use the command-line: sqlite3 ae.db ".read filename.sql" where filename.sql is a UTF-16 encoded file. Is there any

[sqlite] Question on reading UTF-16 files using sqlite3.exe

2006-07-02 Thread Ché Gonzalez
From my browsing through the documentation, I have observed the ability to have UTF-16 column names in sqlite3. I would like to use the command-line: sqlite3 ae.db ".read filename.sql" where filename.sql is a UTF-16 encoded file. Is there any way to do this without having to code everything in

[sqlite] Question on reading UTF-16 files using sqlite3.exe

2006-07-02 Thread Ché Gonzalez
From my browsing through the documentation, I have observed the ability to have UTF-16 column names in sqlite3. I would like to use the command-line: sqlite3 ae.db ".read filename.sql" where filename.sql is a UTF-16 encoded file. Is there any way to do this without having to code everything in