Elasticsearch sort based on a string with special characters

You probably need to apply an asciifolding normalizer. See https://www.elastic.co/guide/en/elasticsearch/reference/5.5/analysis-normalizers.html

But it depends on what you are calling "special". May be worth a fully working example as described in About the Elasticsearch category?