Skip to content

Fix IDN mentions not being processed, IDN domains not being rendered#12715

Merged
Gargron merged 1 commit intomasterfrom
fix-idn-mentions
Dec 30, 2019
Merged

Fix IDN mentions not being processed, IDN domains not being rendered#12715
Gargron merged 1 commit intomasterfrom
fix-idn-mentions

Conversation

@Gargron
Copy link
Copy Markdown
Member

@Gargron Gargron commented Dec 30, 2019

This changes the REST API to return unicode domains in the acct attribute instead of punycode, and to render unicode instead of punycode on public HTML pages as well.

Fix #7812, fix #12246

This changes the REST API to return unicode domains in the `acct`
attribute instead of punycode, and to render unicode instead of
punycode on public HTML pages as well.

Fix #7812, fix #12246
@Gargron Gargron added the bug Something isn't working label Dec 30, 2019
@Gargron Gargron merged commit f86ee4b into master Dec 30, 2019
@Gargron Gargron deleted the fix-idn-mentions branch December 30, 2019 18:21
@tigransimonyan
Copy link
Copy Markdown

Hello,
I think the current version of Mastodon has the same problem. Please check the issue: #16602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mentions of users with unicode domain names are not converted to punycode IDN domains don't render correctly in usernames

3 participants