Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sorting returned records (e.g. group members) by Unicode Collation order on the server side #1566

Open
JamesChenX opened this issue Nov 5, 2024 · 1 comment
Labels

Comments

@JamesChenX
Copy link
Member

No description provided.

@JamesChenX
Copy link
Member Author

Use Cases

  • Sort and display group members'name in a chat session on the client application.

Reasons to implement on the server side

  1. Not all programming language SDKs and their ecosystem have good support for the Unicode Collation Algorithm. e.g. Dart.
  2. Even though some SDKs and libraries (e.g. icu4x) can support it, they still need to import the ICU data, which is large (>1MB) for client applications. More locales are supported, and more data needs to be imported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant