Updated Files
libbirdfont/CharDatabase.vala |
resources/ucd.sqlite |
--- a/libbirdfont/CharDatabase.vala
+++ b/libbirdfont/CharDatabase.vala
@@ -25,6 +25,8 @@
public static void open_database () {
File f = get_database_file ();
+ printd (@"Open database: " + (!) f.get_path () + "\n");
+
int rc = Database.open_v2 ((!) f.get_path (), out database, OPEN_READONLY);
db = (!) database;
--- a/resources/ucd.sqlite
+++ b/resources/ucd.sqlite
@@ -1,22 +1,148457 @@
- SQLite format 3 @ .
J B![indexword_indexWordsCREATE INDEX word_index ON Words (word)atableWordsWordsCREATE TABLE Words (
+ SQLite format 3 @ '