Quoth Tito Ciuro <tci...@mac.com>, on 2011-02-01 09:01:09 -0200:
> I don't think so. The fileSystemRepresentation method should we used
> when dealing with file-based paths.

But not when dealing with SQLite paths, unless I'm mistaken about what
fileSystemRepresentation does.  sqlite3_open_v2 always takes UTF-8 and
does any filesystem-specific encoding transformations internally.  (It
may still be that it does it incorrectly on some platforms, in which
case that may be a bug.)

> -- Tito

   ---> Drake Wilson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to