datasets / country-codes

Comprehensive country code information, including ISO 3166 codes, ITU dialing codes, ISO 4217 currency codes, and many others
https://datahub.io/core/country-codes
885 stars 575 forks source link

Several locations with double spaces #41

Closed jochenwezel closed 8 years ago

jochenwezel commented 8 years ago

the raw CSV contains several locations with double space chars

Maybe there could be a search&replace for those items, e.g.

...,"Chine,  région administrative spéciale de Hong Kong",...

in C# style, I'd write:

str.Replace("  ", " ");
ewheeler commented 8 years ago

@jochenwezel thanks for flagging this!