[bug] i18n unicode in usernames does not display correctly #372
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#372
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version
stable,
e7a558a
What were you trying to do?
There is a test user of using non-ASCII characters in ActivityPub usernames, which akkoma seems to handle just fine - following and displaying the user works properly. But the display of the name in the frontend seems to not work as expected.
The user in question is @你好@i18n.viii.fi
I was able to search for the username without issue.
What did you expect to happen?
The user should show up as
@你好@i18n.viii.fi
in the frontend.What actually happened?
The user showed up as
@%E4%BD%A0%E5%A5%BD@i18n.viii.fi
.Severity
I can manage
Have you searched for this issue?