TL;DR
The game should respect icon & style in rich text objects.What?
Unordered lists of rich text objects should be sorted by respecting rich text meta:- Non-rich characters are sorted alphabetically
- Non-displayable rich text characters should be ignored
- Icons should be ordered either all before or all after text characters, icons are sorted as on UI.
Why?
Current implementation is sometimes annoying.Lists of train stops/groups/trains, list of logistic requests, space platforms -- in all these places I want to group related entries together (i.e., machines grouped with machines, liquids with liquids, materials with materials, Nauvis before Fulgora, etc.).
Sorting those by icon and not icon name would solve the problem.