It never occurred to either of us that a ten character last name with a space in the middle would be problem
Really? Because a space is commonly used as the delimiter between first, middle and last names. Wouldn't you think that, at a minimum, there would be some ambiguity about whether Jones was (one of) her middle name(s) or the first part of her last name?
> A computer system that assumes that Wernher von Braun's middle name was "von" is ridiculous.
Of course, apart from using the proper name/title when composing a letter (something like Freiherr von Braun), which is easy if you know the ‘last name’, the computer system in question would also have to sort this guy properly next to Werner Braun.
But de, la, von, zu, and af are not themselves distinct last names. If fact it would be reasonable to assume there is case-sensitive logic in said fictitious computer system to determine what the last name is.
The following mostly-identical names read very differently:
- Sarah Anne Jones Smith
- Sarah Anne Jones-Smith
- Sarah Jones Smith
- Sarah Jones-Smith
That may be your experience, but it's not universal. My surname is 'Van den Brande' (yes, capitalized like that please). It's a very, very common name, pages and pages of it in the local phonebook. My daughter's surname is 'Van den Brande - Isaacson'. It would be nice if programmers could get it right, it's just a string after all.
(PS Not our actual names, but they follow that pattern).
Here's mine: "[FirstName] [SecondName] e [FirstFamilyName] [SecondFamilyName]". That article ("e") in the middle gives me trouble all the time. First time I went to NYC I got asked by the passport guy what that "e" meant. I told him it was just an article connecting the first part of the name to the second. He didn't really believe me and started asking if it meant something like Edward. After a couple of minutes trying to explain it's not that rare in my country he let me go.
Seems easy enough, right? They don't have one big field for [ANN BETH SMITH JONES] and then try to guess what name is forename or surname.
Some systems don't like hyphens, or don't like spaces, or appear to accept them but silently drop them kludging the two names in SMITHJONES.
Add the 'scunthorpe problem' and things get even more frustrating.
One of the Google feedback pages declined my feedback because my (legitimate, linked to my Googlemail account) email address and name contains "Cocks".
Google+ currently even chooses to disbelieve that a person's first and last names can be the same. Oddly, this wasn't the case a few years ago, since I managed to create an account with my real name, then. Trying to consolidate all my accounts under one failed recently, though.
This doesn't work for people with suffixes very well, or with the "last name" not being at the end. Back when I was into genealogy a lot, about ten years ago, the "family name" was typically indicated by slashes. So in that format I am "Christopher Mark /Gore/". Your example would be "Ann Beth /Smith Jones/". It also works for people like "James Michael /Smith/ Jr." or "/Kim/ Jong-il" or "/Kim/ Il-Sung".
Spaces are also common in last names. Among our friends and neighbors we have surnames like La Rosa, Van Meter, Del Toro, Di Giovanni. We expected that there would be ambiguity around whether the two names were middle and last, and even joked about the poor grad students trying to figure out how to cite her work. We did not expect that major institutions (like the state we live in or a multinational bank) would be incapable of storing a last name that contained a space.
> ... is commonly used as the delimiter between first, middle and last names...
Where? Everywhere in the world?
Anyway, I thought that the reasoning that a customer could not be served because address or name "does not fit into the system" were frowned upon since the time of COBOL mainframes, but seeing this whole thread with its resort to a hyperbole of "0.01%" cases is a welcome contrast to the otherwise high aiming goals plastering the homepage of this site.
It's great seeing all the replies about how systems should be designed to handle this situation. But given the scope of the pedantry, it's surprising that my point was missed.
That point being that I was surprised that it wouldn't even occur to someone that there would be some difficulties with this in the world in which we currently live.
Here in semi-small-town USA, I hear a couple traffic stops a day with spaced double-lasts on my scanner. They're quite common, and don't give the cops, dispatch, or the Washington State DMV any trouble at all, even in the company of a middle name. Why would you expect something so mundane to be problematic?
Apparently because I have a more realistic expectation than you of the limitations and annoyances of many of the things encountered in day to day life.
Really? Because a space is commonly used as the delimiter between first, middle and last names. Wouldn't you think that, at a minimum, there would be some ambiguity about whether Jones was (one of) her middle name(s) or the first part of her last name?