[Bug] Keys are not sorted correctly with >7-bit characters
ABCDEFGHIJKLMNOPQRSTUVWXYZÅÄÖ etc
not for Ingress Prime. Keys with characters such as ä, ö, å, ü, é are being sorted incorrectly.
There are standard libaries for handling this stuff even tho you fellas in The States don't have these special characters. Please start using the aforementioned libraries. Redacted did it correctly, so I'm pretty sure you should be able to achieve this with Prime.
Must be helluva mess with Cyrillic or Chinese characters, can't even imagine.
Please look at the screenshot below for an example:
version: Ingress 2.33.1-8a221209
hardware: iPhone 8 256GB
OS: iOS 13.1.2
Tagged:
4

Comments
The sort order shown in the screenshot is correct. It's not correct according to Finnish rules, but in international English, it is common to use a collation that sorts diacrited characters with their base form. (So a and ä are considered equal for sorting).
Right, but the order should be set from the phone's locale, so it depends whether the OP's phone is set to English or Finnish, and if the latter then the portal keys should be sorted in the Finnish order, not the international English order.
Of course, alphabetic sorting is completely broken anyway, but that's another matter...