Key takeaways
• Not everyone has a Western-style given-middle-family name structure.
• Family-name-first order, two surnames, parent-derived names, and mononyms are all valid systems.
• Passports translate legal names into primary and secondary identifiers for machine processing.
• Never guess how to split another person’s name; ask about spelling, order, pronunciation, and form of address.
1. A name is not a universal two-box record
Forms often demand first name and last name, yet a legal name may be one word or contain several family and parent-derived elements. Unicode CLDR documents variation in the number, order, spacing, and punctuation of names.
Assuming that the final word is always a surname creates errors. Names are shaped by grammar, law, kinship, and personal choice, so software should preserve the original full form.
2. Family-name-first and given-name-first order
Family-name-first order is common in Korean and Chinese contexts, while given-name-first display is common in English. Individuals may change order in international settings, so language alone cannot determine preference.
Sorting format can also differ from spoken order. Databases should keep the original name and presentation preference separate, then format it for the relevant locale and context.
3. Patronymics and matronymics are not fixed family names
Icelandic government guidance explains that a last element is commonly formed from a parent’s given name with endings such as son or dóttir. A child may use the mother’s, father’s, or both parents’ names, and family members may differ.
Treating the result as a surname inherited unchanged across generations can produce false family links. Parent-derived systems elsewhere follow different laws and grammar, so Iceland is an example rather than a global template.
4. Two surnames and mononyms
Many Spanish-speaking contexts use two surnames connected to both parental lines. Other people legally use a single name, or mononym. Neither pattern is incomplete.
Moving a second surname into a middle-name field or inventing a surname for a mononym can break the match between a booking and passport. Official transactions should follow the document and issuer’s instructions.
5. How passports represent complex names
ICAO Doc 9303 represents a holder’s name with primary and secondary identifiers. The issuing state decides whether the primary identifier is a family name, main name, or the entire indivisible name.
Transliteration, punctuation changes, or truncation can appear in machine-readable zones because of character and length limits. Do not silently correct a difference between the visual page and machine line; consult the issuing authority.
6. Respectful form and address
For tickets and visas, copy the passport and follow the organization’s official rule when its form cannot accept a mononym or long name. Do not invent filler without documented instructions.
Ask people how their name should be displayed, pronounced, and addressed. Designers should preserve a full-name field, minimize mandatory splitting, support Unicode, and allow long and single-part names.