Hello there!
In some application, I’m currently using native code to wrap String.prototype.localeCompare in order for a model name starting with an accent like “É” not to end up after a name starting with a “V” for example.
Using a port doesn’t really makes sense to me (please correct me if I’m wrong).
I assume the best way would be to reimplement locale-based sorting in some localization package, but I have no idea of the amount of work required to do so…
Does this already exist somewhere?
Or is somebody already planning to implement it in its own package?
Thank you 