Bug 9552 Web Family tree export should be utf-8

This commit is contained in:
prculley 2016-06-30 11:40:54 -05:00
parent 6f5e2a4e70
commit f7f708225f

View File

@ -121,7 +121,7 @@ class FtreeWriter:
id_map[key] = n
id_name[key] = get_name(pn, sn, count)
with open(self.filename,"w") as f:
with open(self.filename, "w", encoding='utf_8') as f:
for key in self.plist:
self.update()