Split CJK full names into name parts correctly.
This a a partial, somewhat naive, fix for a bug where CJK names were split the same way as western names. CJK names have the family name (surname) first, and don't usually have a space in-between the two parts. For a complete fix, we might need to improve Japanese name detection, when there is no space between the two names. It's unclear how often users actually enter their name without spaces in a form field. We might also want to fix the opposite use-case: when the user enters their first & last name in separate fields, we should infer their full name in the right order (with ordering based on the script used). BUG=89111 Review-Url: https://codereview.chromium.org/2132103002 Cr-Commit-Position: refs/heads/master@{#405997}
Showing
Please register or sign in to comment