On 1 Aug 2016, at 8:28am, Ralf Junker <[email protected]> wrote: > At current, the csv extension fails to open Unicode file names like > > CREATE VIRTUAL TABLE t1 USING csv( > filename = "äöü.csv"); > > because internally the filename is passed to fopen() as UTF-8: > > http://www.sqlite.org/src/artifact/816a3715356e4210?ln=131
How are you preparing the string yourself ? Is the "CREATE VIRTUAL TABLE" command string you're passing to sqlite3_exec() Unicode ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

