DescriptionrequestAutocomplete should not unlatinize administrative region names.
requestAutocomplete canonicalizes administrative region names before
sending an address to Wallet. For example, "California" becomes "CA".
"California" is a "name" and "CA" is a "key". Similar logic cannot be
used for switching from "lname" to "key", however. For example, "Tokyo"
should not become "東京都", because we should avoid mixed-language
addresses. This patch prevents unlatinizing of administrative region
names when canonicalizing an address to be sent to Wallet.
BUG=362691
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264435
Patch Set 1 #
Total comments: 2
Patch Set 2 : Canonicalize latinized name without unlatinizing it. #
Total comments: 6
Patch Set 3 : Address comments. #
Total comments: 2
Patch Set 4 : Renames #
Messages
Total messages: 11 (0 generated)
|