* src/PeopleModel.py: provide a work around for the python 2.3 bug unicode
sorting problem with locale.strcoll. For a nul termination during sorting, strip it off after sorting. Only used for python2.3, since this bug was fixed in python 2.4. svn: r5012
This commit is contained in:
@ -1086,7 +1086,7 @@ class GedcomParser:
|
||||
event.set_name("Death")
|
||||
self.person.set_death_handle(event.get_handle())
|
||||
self.parse_person_event(event,2)
|
||||
self.db.commit_peronal_event(event, self.trans)
|
||||
self.db.commit_personal_event(event, self.trans)
|
||||
elif matches[1] == "EVEN":
|
||||
event = RelLib.Event()
|
||||
if matches[2]:
|
||||
|
Reference in New Issue
Block a user