Working with Names from Around the World

Discuss the feature articles on the Tech Home Page.
User avatar
McDanielCA
Member
Posts: 486
Joined: Wed Jul 18, 2007 4:38 pm
Location: Salt Lake City, Utah

Working with Names from Around the World

#1

Post by McDanielCA »

Working with Names from Around the World was originally posted on the main page of LDSTech. It was written by Cindy Conlin.

One of the first steps in building global software is to recognize that many assumptions Americans often hold about how people’s names work are not universally true. Much of the software used by the Church use people’s names, and we’ve found an amazing amount of diversity in the name-related traditions of different cultures. Can you distinguish fact from fiction in the name myths?

Myth 1:

The concepts “first name” and “last name” are consistent across cultures.

False. In America, we use the Western name order, and so Americans instinctively know that the last name in George Timothy Clooney is also the family name. By contrast, several other cultures place names in the Eastern order, always listing the family name first. For example, the Chinese will always use Jacki Chan’s Chinese name in the order “Chan Kong Sang”, and they know that the first name “Chan” is the family name.

As a result, if you label name fields in your global software with the position-based terms FirstName and LastName, you may not get what you expect.

Myth 2:

All names are about the same length as American names.

False. When it comes to name lengths, we see both extremes. Most Chinese and Korean names are only three characters long, and other cultures have names that can be 80 characters or more.

Myth 3:

Family members share an identical family name, except in "blended" families.

False. Unlike in American culture, where members of a family typically share an identical family name (except for step families), some cultures have traditions that result in a majority of people having a different family name than their father or husband does. Family members do not share identical family names in cultures that have:
  • Gender-specific family names, like in Russia
  • Double family names (one inherited from each parent), such as in Spanish- and Portuguese-speaking countries
  • Patronyms, or names based on a father’s given name, such as in Iceland
  • No tradition of women changing their names upon marriage, such as in a number of Asian and Hispanic cultures
Myth 4:

Some cultures give individuals only a single-word name.

True. In cultures that do not have the concept of a family name, each individual is given only a single-word name, or a mononym. Mononyms are used in parts of India, Indonesia, and Pakistan. People in Mongolia are currently making the transition from mononyms to names that include a family name.

Myth 5:

People change their names because of life events other than marriage.

True. While most men in America never change their names, and most women in America change their names only upon marriage, in some cultures people change their names at many other life events, such as:
  • Becoming a widow
  • At the birth of one's first son
  • At the death of one's parents
  • Upon coming of age
  • Upon becoming a chief
  • Upon becoming wealthy
Myth 6:

You can support Japanese without adding additional name fields.

False. If you are building software that will support Japanese names, you need to add additional name fields to store the pronunciation of each name. This is essential if you intend to sort the names, which must be ordered by their pronunciation. Why is this necessary? Because the Kanji characters used to write Japanese names can be pronounced a number of different ways, only one of which is correct for the specific person.

Myth 7:

Some parents invent new characters for their children's names.

True. In Asian cultures, some parents will use ancient, rare, or even invented characters for their children’s names. These characters, of course, are not in Unicode and so can be supported in computers only by creating a custom font that contains “user-defined” or “private use” characters. These characters can cause significant problems if the names are shared between several systems that may not have the custom font.

This issue is causing problems for several Asian governments, and so they are passing laws to stop parents from doing this. (See http://www.nytimes.com/2009/04/21/world ... china.html). New laws don’t change the fact that many individuals already have names with these types of characters, and so our systems either have to specifically block their entry or make appropriate adjustments to support them.

Conclusion

As you can imagine, these concepts have significant consequences for the design of our global software. Building global software for names can be tricky, but can also be incredibly interesting and even fun.

Cindy Conlin is a senior engineer for the Church.
geek
Member
Posts: 100
Joined: Sun Dec 30, 2007 6:27 pm
Location: United States

#2

Post by geek »

Great article.

Note that it's increasingly common for women in the United States to not change their names or for families to hyphenate. For women that do change their surname upon marriage, it's hard to predict if the woman will be keeping her middle name or her maiden name, or keeping both.

Members (and software) shouldn't make the mistake of assuming what a person's name is or by labeling one approach as the "correct one"; ask!
Former membership clerk under 3 bishops, now on 2nd stint as executive secretary. Can I go back to teaching priesthood now?
russellhltn
Community Administrator
Posts: 34418
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

#3

Post by russellhltn »

Typo:
McDanielCA wrote:Myth 4:

Some cultures give individuals only a single-world name.
(too short, yada, yada)
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
thomasjking
New Member
Posts: 34
Joined: Sat Mar 24, 2007 12:20 am
Location: englewood,tn 37329

#4

Post by thomasjking »

this is great
User avatar
McDanielCA
Member
Posts: 486
Joined: Wed Jul 18, 2007 4:38 pm
Location: Salt Lake City, Utah

#5

Post by McDanielCA »

Note that it's increasingly common for women in the United States to not change their names or for families to hyphenate. For women that do change their surname upon marriage, it's hard to predict if the woman will be keeping her middle name or her maiden name, or keeping both.
That's what I was thinking! I did both. I changed my last name to my married name but added my maiden name to my middle name. So I have two middle names now.

Thanks Russell.
mattandmarie-p40
New Member
Posts: 4
Joined: Sun Jan 21, 2007 9:09 pm

Nice info - Whats the direction??

#6

Post by mattandmarie-p40 »

Hi - I enjoyed your article. Good information. But what is the "Best Practice" to handling names when it comes to development? This is a nice lessons learned, but it would be nice to put a stake in the ground.
JamesAnderson
Senior Member
Posts: 773
Joined: Tue Jan 23, 2007 2:03 pm

#7

Post by JamesAnderson »

On item 7:

In working in family history, I have come across another matter regarding rare or created characters, and that is in Japan there is the matter of the Okinawan language, which is still spoken but mainly by older people, and yes, some of the characters are not found in regular Japanese as we know it. There's a good article in Wikipedia about the language and it discusses the differences between it and the more common modern Japanese.

Probably the biggest issue will be to get the right character into nFS, for now, the member I'm working with is entering everything in romanized, but later, to prevent duclication, she'll want to get the characters in, and the fact the character for the same name part may be different from and sound the same from individual to individual, means that things will have to be done to ensure that the name is in there right both romanized and in characters.
scottflake-p40
New Member
Posts: 1
Joined: Sun Mar 28, 2010 11:49 am
Location: Payson, AZ

Recording Hispanic names

#8

Post by scottflake-p40 »

Many hispanics add their mother's maden name after their first and last names (i.e. "Jose Martinez de Velasquez" where Velasquez is Jose's mother's maden name). How should these names be include in their memberships?
jbh001
Senior Member
Posts: 856
Joined: Thu Mar 13, 2008 6:17 pm
Location: Las Vegas, NV

#9

Post by jbh001 »

scottflake wrote:Many hispanics add their mother's maden name after their first and last names (i.e. "Jose Martinez de Velasquez" where Velasquez is Jose's mother's maden name). How should these names be include in their memberships?
I seem to recal a setting in MLS that allows you to switch to alternate naming conventions.

If I recall correctly, Spanish speaking countries follow the format {Given names} {Father's Surname} {Mother's Surname} with married women adding their husband's surname on to the end preceded by "de". Resulting in a name like: {Maria Dolores} {Gomez} {Lopez} {de Martinez}.
geek
Member
Posts: 100
Joined: Sun Dec 30, 2007 6:27 pm
Location: United States

#10

Post by geek »

Remember, there's a difference between formal and preferred names. At least here in the US, we can use the standard of "whatever it says on their legal documents" as the formal name and "whatever they want to be called" on their preferred names.

I'm often surprised at how many sisters, for example, never bothered to formally change their name when they got married but use a married name around the ward.
Former membership clerk under 3 bishops, now on 2nd stint as executive secretary. Can I go back to teaching priesthood now?
Locked

Return to “Featured Article Discussions”