Look up drop down contents sorting favours items starting with upper case

I’ve made tests with the countries. It seems, that sorting doesn’t respect national norms.

Accent Sensitive

"ClientSortingAndFilteringConfig": {
	"CaseSensitive": "false",
	"AccentSensitive": "true"
},


Česká republika is still near the bottom of the table. I’d expect following sequence: Česká Republika, Čína, Dánsko.

I’ve also made an observation that server delivers data from the server ordered correctly.

Accent Insensitive

"ClientSortingAndFilteringConfig": {
	"CaseSensitive": "false",
	"AccentSensitive": "false"
},


This seems to be correct.