Hello,
we've got elasticsearch 7.8.1,
when I import geojson file with coordinates of polish counties, elasticsearch creates index, but changes encoding of polish characters like "ę,ś,ć,ź,ń,ą,ł".
I imported sth like this:
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[21.8034,50.1514],
[21.7874,50.0984],....,[21.8034,50.1514]]]},"properties":{"id":1,"name":"ropczycko- sędziszowski"},"id":0},
(full json file is available here: https://raw.githubusercontent.com/ppatrzyk/polska-geojson/master/powiaty/powiaty-min.geojson )
and in discovery I get this:
Is there any solution for this bug?