Bug 19220 - *_IN & *_CN: LC_ADDRESS.postal_fmt values are incorrect
Summary: *_IN & *_CN: LC_ADDRESS.postal_fmt values are incorrect
Status: RESOLVED WORKSFORME
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.21
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 09:31 UTC by enwei.zhang
Modified: 2024-01-09 16:02 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description enwei.zhang 2015-11-09 09:31:31 UTC
For China, the current LC_ADDRESS is "%c%N%T%N%s %h %e %r%N%b%N%d%N%f%N%a%N"
In China, the word "Town" is not equal to City. It is an administrative unit between County and Village. Maybe %S should be used.
For Indian, the current LC_ADDRESS is "%z%c%T%s%b%e%r", it is not correct.
The correct one may be "%b%f%r%s%e%T%z%S%c"
Thank you.
Comment 1 Mike Frysinger 2015-12-29 20:04:21 UTC
changes to localedata need citations to back up proposals.  please cite relevant official docs/specs.

once you have that, please follow the checklist:
https://sourceware.org/glibc/wiki/Contribution%20checklist
Comment 2 Mike FABIAN 2024-01-09 16:02:13 UTC
Closing as WORKSFORME because there was no response.