openaq / openaq-metadata-editor

MIT License
1 stars 1 forks source link

Special Characters do not show #63

Open necoline opened 4 years ago

necoline commented 4 years ago

Text containing special characters like umlauts and accents get replaced with a unicode replacement character like the example below: image

kinow commented 4 years ago

I was interested to know if I would have similar problems with data from Brazil, but it displayed special characters correctly using latest version from develop:

image

Then selected Austria in the list of countries, and looking at the network tab, it seems to be a problem with the underlying data, not with the metadata editor? As the data returned doesn't display the special characters:

https://api.openaq.org/v1/locations?completeness=%5B%220%22%2C%22100%22%5D&country[]=AT&inletHeight=%5B%220%22%2C%20%2210000%22%5D&limit=10&metadata=true&page=1

Perhaps duplicate of https://github.com/openaq/openaq-api/issues/275 ?

Cheers Bruno