2007/7/6, Wolfram Hinderer <[EMAIL PROTECTED]>: > 2007/7/6, Ed Leafe <[EMAIL PROTECTED]>: > > > Are you sure that SQLite needs UTF-8? Or does it just need a > > properly encoded unicode value? > > > > > > Yes, according to http://www.sqlite.org/capi3ref.html#sqlite3_open >
The recoding could be made more robust by checking that sys.filesystemencoding() is not None. And leaving out the decoding part if connectInfo.Database is a unicode value already. Should I send a patch? Wolfram _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
