samayo / country-json

A simple data of the world by country each in JSON format.
https://data.world/samayo
MIT License
1.09k stars 808 forks source link

country-capital-city data is quite broken #34

Closed raine closed 8 years ago

raine commented 9 years ago

It seems that cities with non-ascii symbols are cut off.

For example:

{"country" : "Brazil","city" : "Bras"},
{"country" : "Costa Rica","city" : "San Jos"},
{"country" : "Faroe Islands","city" : "T"},
samayo commented 9 years ago

Yeah, this one is messed up. I fetched the data from db, but the encoding was not right. I will try to check if I can fix this.

raine commented 9 years ago

It would be better to keep this issue open until it's fixed.

samayo commented 8 years ago

fixed