Stanislas-Poisson / French-zip-code

List of france's regions, departments, cities and villages zip-codes
MIT License
85 stars 19 forks source link

small fixes to city file #14

Closed fiannuzzi closed 6 years ago

fiannuzzi commented 6 years ago

Hello! First of all, thank you so much for this resource. I just point out a couple little 'bugs' in cities.csv that I came across:

1) the last 3 rows contain commas instead of semicolons; 2) the "slug" and "pattern" versions of "Lüe" are "le" instead of "lue". (In python, I obtain "lue" via unicodedata.normalize("NFKD", "Lüe").encode('ascii', 'ignore').decode('ascii') - just in case).

Cheers!

Stanislas-Poisson commented 6 years ago

Hi @fiannuzzi Thanks for reporting this mistake. I will do my best for check if another mistake was hide inside and rebuild the database :) You're welcome to work on it :)

Stanislas-Poisson commented 6 years ago

Thanks for this reporting. Corrected in the #16 and publish in the release v1.2.0.