Thanks Ed for looking at this. The command "PRAGMA encoding;" returns UTF-8.
I downloaded the database in the file "tutorial.sqlite.zip", from the link on http://dabodev.com/download#sqlite. Any thoughts ? Pete On 05/05/2011 13:20, Ed Leafe wrote: > The problem isn't your .py files; it's the way that the fields in your > SQLite database are encoded vs. the encoding set in your app. > To test, open the SQLite database from a terminal window (cmd.exe). I'm > not sure what the executable is named in Windows; under Mac/Linux it's called > 'sqlite3'. Run the following command: "PRAGMA encoding;" - you should see > something printed like: "UTF-8". The default encoding used in Dabo is utf-8, > so if sqlite3 prints out anything different, that's where the error is. > > Let me know what encoding SQLite reports, and how you created the > database with that field, and we can figure out how to correct it. > > > -- Ed Leafe > > > > _______________________________________________ > Post Messages to:[email protected] > Subscription Maintenance:http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives:http://leafe.com/archives/search/dabo-users > This > message:http://leafe.com/archives/byMID/[email protected] > > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
