davglass / zipcodes

Zipcode lookup node module
Other
156 stars 83 forks source link

Replace � characters with proper characters #31

Open bryantbj opened 5 years ago

bryantbj commented 5 years ago

Addresses #30

I understand this won't fix the automated process that retrieves the data, but it works as a patch until the next release. Perhaps it can be diff'd to integrate it into the process?

I used the site below to lookup each zip code and get the proper characters.

https://www.postalpinzipcodes.com/

joseroes commented 5 years ago

I'm having this same problem. It would be nice to have this temporal solutions at least. We're using zipcodes for a production application.

bryantbj commented 5 years ago

I'm having this same problem. It would be nice to have this temporal solutions at least. We're using zipcodes for a production application.

@joseroes - Here's a link to my fork, if you want to use it https://github.com/bryantbj/zipcodes