* 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:
Don Allingham
2005-08-04 15:53:38 +00:00
parent ad2ef89450
commit 335580cc90
3 changed files with 28 additions and 3 deletions

View File

@ -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]: