The Birdfont Source Code
UCD parser
These changes was commited to the Birdfont repository Wed, 06 Mar 2019 13:59:39 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
UCD parser
--- a/libbirdfont/CharDatabaseParser.vala
+++ b/libbirdfont/CharDatabaseParser.vala
@@ -39,7 +39,8 @@
public void regenerate_database () {
File f = get_database_file ();
- stdout.printf ("Generating sqlite database in: %s\n", (!) f.get_path ());
+ stdout.printf ("Please use the other script.\n"));
+ stdout.printf ("Generating sqlite database in: %s\n", (!) f.get_path ());
try {
if (f.query_exists ()) {