character encoding for sqlite database
The documentation states that the file 'zotero.sqlite' is the file that stores the bibliography database. In the (unlikely) even that the database needs to be viewed in another application and zotero is not available, what is the correct character encoding? Tried to view in a text editor. Is there another application that will be able to view the database in human-legible format?
-
noksagtedited December 22, 2010It is a SQLite 3.x database & not a plain text file. There are multiple tools to allow you to view or dump it into a human-legible format (including the sqlite3 command line client).