* 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

@@ -1,3 +1,9 @@
2005-08-04 Don Allingham <don@gramps-project.org>
* 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.
2005-08-03 Don Allingham <don@gramps-project.org>
* src/NavWebPage.py: use new ProgressMeter, add ability to
not generate a CSS style sheet.