If an author's lastname begins with a lowercase letter it will not be parsed correctly by _grabSurname in biblio.contributors.inc. The surname ends up in the prefix column of the biblio_contributor_data table in those cases. Examples deMarcaida, al-Din, d'Azzo. I am not sure whether those spellings are valid or can be considered typos.
Comments
Comment #1
rjerome commentedGiven the number of permutations and combinations of name formats, trying to parse names into component pieces (without human intervention) is one of the most difficult problems. I'll see if there is some way to handle these sorts of cases.
Ron.
Comment #2
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.