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 C++? I would really appreciate the help.
Thanks, Ché

