On 10/21/10 9:47 AM, Paul McNett wrote: > Shouldn't Dabo encode/decode to/from an SQLite backend using the encoding set > in the > sqlite database (most like 'UTF-8'), not the encoding returned by > dabo.getEncoding() > (most likely "1252" on Windows)?
If so, we can change Dabo to use the database encoding as set in the SQLite database using "PRAGMA encoding;": http://www.sqlite.org/pragma.html#pragma_encoding Paul _______________________________________________ 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/[email protected]
