ansel/utf8 encodings

svn: r1258
This commit is contained in:
Don Allingham
2003-01-19 06:25:20 +00:00
parent af7a07d49d
commit a9f8fe034f
15 changed files with 480 additions and 487 deletions

View File

@@ -1276,9 +1276,12 @@ class Gramps:
for key in self.db.getPersonKeys():
person = self.db.getPerson(key)
val = self.db.getPersonDisplay(key)
pg = unicode(val[5])
pg = val[5]
if pg:
pg = pg[0]
else:
pg = ''
if datacomp(person):
if self.id2col.has_key(key):
continue