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
Implemented using "golang.org/x/text/collate" package. A new
configuration API is exposed to set a collator object, which is
responsible for compiling strings to sort-key.
Note that SetTextCollator() API is not stable.
Another caveat, AFAIK, in using golang.org/x/text/collate is that
we cannot convert sort-key back to string.
Collating strings is a complex affair. To describe some cases where gson's collation algorthim might fail are:
Refer: collation
The text was updated successfully, but these errors were encountered: