- add support for combined initials - without separating space (e.g. in 'TJ Hooker' or 'T.J. Hooker')
(This slightly changes the parsing behaviour as e.g.TJ Hookerwould have previously ended up asTj Hooker, withTjbeing the first name. However, this was seen as a bug, so this change is not treated as a breaking change.)