* src/EditPerson.py: strip names of trailing whitespace before

assigning them


svn: r5999
This commit is contained in:
Don Allingham
2006-02-27 03:29:31 +00:00
parent 94056f3602
commit bf25a9582b
2 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
2006-02-26 Don Allingham <don@gramps-project.org>
* src/EditPerson.py: strip names of trailing whitespace before
assigning them
* src/plugins/ImportGeneWeb.py: handle people with no firstname
or lastname, if encoding fails, attempt and iso-8859-1 conversion