Commit 8bacc33c authored by parastoog's avatar parastoog Committed by Commit Bot

Adding a prefix to the list of family names,

because otherwise some names would not be parsed correctly.

BUG=687727

Review-Url: https://codereview.chromium.org/2956513002
Cr-Commit-Position: refs/heads/master@{#481901}
parent f66a2d5e
...@@ -58,9 +58,9 @@ const char* const name_suffixes[] = {"b.a", "ba", "d.d.s", "dds", "i", "ii", ...@@ -58,9 +58,9 @@ const char* const name_suffixes[] = {"b.a", "ba", "d.d.s", "dds", "i", "ii",
"ma", "md", "ms", "ph.d", "phd", "sr", "ma", "md", "ms", "ph.d", "phd", "sr",
"v", "vi", "vii", "viii", "x"}; "v", "vi", "vii", "viii", "x"};
const char* const family_name_prefixes[] = {"d'", "de", "del", "der", "di", const char* const family_name_prefixes[] = {"d'", "de", "del", "den", "der",
"la", "le", "mc", "san", "st", "di", "la", "le", "mc", "san",
"ter", "van", "von"}; "st", "ter", "van", "von"};
// The common and non-ambiguous CJK surnames (last names) that have more than // The common and non-ambiguous CJK surnames (last names) that have more than
// one character. // one character.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment