From fca6091ebdccc01af7c939727ad3e77c844bdbf2 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Thu, 9 May 2013 21:47:29 +0000 Subject: [PATCH] Convert numeric columns to unicode in simple table svn: r22229 --- gramps/gen/simple/_simpletable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/simple/_simpletable.py b/gramps/gen/simple/_simpletable.py index 2999a7cab..c35a1ec9b 100644 --- a/gramps/gen/simple/_simpletable.py +++ b/gramps/gen/simple/_simpletable.py @@ -266,7 +266,7 @@ class SimpleTable(object): if y is None: return False # no markup for this column else: - return data + return conv_to_unicode_direct(data) def get_cell_type(self, col): """