-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Iconic parser correctly parse a name in this format (name surname) example:
Giulio Di Marco -> name = Giulio surname = Di Marco
but when the order of name and surname is inverted (surname name) like:
Di Marco Giulio -> name = Di surname = Marco Giulio
The problem seems to be the prefix in the surname.
Any fix ?
Metadata
Metadata
Assignees
Labels
No labels