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

Sorting of IDN domains #481

Open
edmondas opened this issue Dec 25, 2022 · 0 comments
Open

Sorting of IDN domains #481

edmondas opened this issue Dec 25, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@edmondas
Copy link
Contributor

This is related to #475

When opening the "List zones" overview (list_zones.php) and sorting by "Name", all IDN domains are at the bottom, because the sorting doesn't match on the unicode version of the domain name, but on the punycode - which also means that all domains are collected under the letter x, because the punycode starts with "xn--".

It's quite complicated because you'd have to store the domain somewhere in utf8 form to use for sql sorting, or you'd have to rethink the whole mechanism. This involves natural sorting as well, and there is another issue with reverse records, so it's not so easy.

@edmondas edmondas added the enhancement New feature or request label Dec 25, 2022
@edmondas edmondas added this to the v3.5.0 milestone Dec 31, 2022
@edmondas edmondas modified the milestones: v3.5.0, v3.6.0 Feb 18, 2023
@edmondas edmondas modified the milestones: v3.6.0, v3.7.0 Oct 7, 2023
@edmondas edmondas modified the milestones: v3.7.0, v4.0.0 Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant