Skip to content

Suffix not being properly capitalized. #22

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions