datasets/country-codes

Several locations with double spaces

Closed this issue · 1 comments

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("  ", " ");

@jochenwezel thanks for flagging this!