google / libaddressinput

Google’s postal address library, powering Android and Chromium
Apache License 2.0
572 stars 103 forks source link

Italian postal code pattern needs to be updated #199

Closed finex closed 3 years ago

finex commented 3 years ago

Hi, the postal code 07029 (which refers to locality "Tempio Pausania" on "Sassari" province), is not matched by the following rule:

"SS": {
  "name": "Sassari",
  "iso_code": "IT-SS",
  "postal_code_pattern": "070[14]|0703[0-79]|07100"
},

I've also discovered that there are a lot of updates on Italian postal codes (about 250 updates/additions) but unfortunately it looks that it doesn't exists an official public (free) repository of this data. I've only found the following unofficial PDF list: http://today.it/~media/32792526955943/nuovi-cap-2.pdf maybe it could be helpful.