You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For mentions auto-completion, one of the comparators we have compares user names alphabetically using String.compareTo. Ideally, we should support locale-aware sorting using realm/user language settings.
Yeah, I think using an ICU library via FFI is probably the full solution. That could be something we do ourselves once FFI support is more mature, as the Flutter roadmap calls for next year. Or it looks like people are working on building such a thing for everyone (and for the full scope of ICU functionality): package:icu4x, published by "unicode.org". Still a work in progress but has Unicode engineers working with the Dart team to build the things they need to make it all work:
For mentions auto-completion, one of the comparators we have compares user names alphabetically using
String.compareTo
. Ideally, we should support locale-aware sorting using realm/user language settings.Quoting Greg from #1165 (comment) :
The text was updated successfully, but these errors were encountered: