Problem/Motivation
Language list is not correctly ordered when it's localized with accents. Especially if the first letter has an non ASCII letter they are sort to the end.
e.g. this Turkish country list:
Almanya
Birleşik Krallık(İngiltere)
Fransa
Portekiz
Türkiye
Yunanistan
İspanya
İsviçre
İtalya
should be:
Almanya
Birleşik Krallık(İngiltere)
Fransa
İspanya
İsviçre
İtalya
Portekiz
Türkiye
Yunanistan
Steps to reproduce
Proposed resolution
natcasesort in CountryManager should be replaced with an uasort with Drupal\Component\Transliteration\PhpTransliteration