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

Add punycode support to the server search box #598

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

j-f1
Copy link
Contributor

@j-f1 j-f1 commented Nov 15, 2022

Fixes #429. I chose to only implement support for showing non-internationalized domains so I don’t have to wade into the issue of disambiguating forged domains (like mаstodon.social / xn--mstodon-2fg.social). Still open is the question of how IDN domains on the official list will be handled. Ideally they’d be displayed in a more human-friendly way (since a human has verified that they’re not a scam) but that will have to be handled later when it actually happens.

@MainasuK MainasuK added the enhancement New feature or request label Nov 16, 2022
j-f1 added 3 commits July 4, 2023 11:35
Made by copy+pasting the pseudocode from the RFC and then changing it until it compiled
@tigransimonyan
Copy link

why is this PR not merging?

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

Successfully merging this pull request may close these issues.

Internationalized Domain Names not supported
3 participants