-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
What steps will reproduce the problem?
1. from nameparser import HumanName
2. k = HumanName("WOOT ALFRED DOUGHERTY III")
3. k.capitalize()
What is the expected output? What do you see instead?
Expected :
<HumanName : [
Title: ''
First: 'Woot'
Middle: 'Alfred'
Last: 'Dougherty'
Suffix: 'III'
]>
Output that I see instead :
<HumanName : [
Title: ''
First: 'Woot'
Middle: 'Alfred'
Last: 'Dougherty'
Suffix: 'Iii'
]>
What version of the product are you using? On what operating system?
nameparser 0.2.0, latest release. Ubuntu 12.04.
Please provide any additional information below.
Original issue reported on code.google.com by kirankon...@gmail.com on 22 Aug 2012 at 4:40
Reactions are currently unavailable