Am 03.07.2006 um 03:49 schrieb Ché Gonzalez:
From my browsing through the documentation, I have observed the ability tohave 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 inC++? I would really appreciate the help.
If you convert your .sql file to UTF-8 encoding, sqlite3 should be happy to process all unicode contents...
HTH, </jum>

