Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacing in address format of China #173

Open
ssontakke opened this issue Feb 20, 2019 · 1 comment
Open

Spacing in address format of China #173

ssontakke opened this issue Feb 20, 2019 · 1 comment

Comments

@ssontakke
Copy link

Address format in China:
Country, Postal Code
Province, City, District, Street Name or Road Name with Street Number or Road Number, Building Name or Number, Room Number
Recipient

Address format present in : http://i18napis.appspot.com/address/data/CN
"fmt": "%Z%n%S%C%D%n%A%n%O%n%N",
"lfmt": "%N%n%O%n%A%n%D%n%C%n%S, %Z",

Problem:
There is no spacing in %S%C%D.

Expected:
"fmt": "%Z%n%S %C %D%n%A%n%O%n%N",

@lararennie
Copy link
Contributor

There are not supposed to be spaces in Chinese between the fields. If the data is in another language, lfmt should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants