From 3f4596ae4cf814385d7d3186f32324ff3937f06e Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 4 Apr 2014 15:48:15 -0700 Subject: [PATCH] Convert the database title retrieved from the GUI to a unicode. --- gramps/gui/dbman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/dbman.py b/gramps/gui/dbman.py index 5a08946f3..5da1efb86 100644 --- a/gramps/gui/dbman.py +++ b/gramps/gui/dbman.py @@ -741,7 +741,7 @@ class DbManager(CLIDbManager): """ Create a new database, append to model """ - new_path, title = self.create_new_db_cli(title) + new_path, title = self.create_new_db_cli(conv_to_unicode(title, 'utf8')) path_name = os.path.join(new_path, NAME_FILE) (tval, last) = time_val(new_path) node = self.model.append(None, [title, new_path, path_name,