-
Notifications
You must be signed in to change notification settings - Fork 39
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
🐛 [Bug] Wrong German umlaut handling for usernames at account creation #3504
Comments
Hi! I'm new to open source and would like to take a crack at this! |
Hello @ATOMktn , I have invited you to our repository as volunteer via an e-mail invitation you can except. I assigned you to this issue … Our conversation runs over our discord channels: On Discord we have kind of every day a Daily Standup at UTC 09:30 am (CEST 11:30 am) in the Conference Room. |
@Tirokk Hey Wolle. I want to discuss taking on this issue. In discord you said we should chat about how to go about this. I have the app up and running again. Somehow it got corrupted and I was missing some modules so I cloned the app down again. |
Hey @Brandon-G-Tripp , we have already the PR #3676 for this issue done by @ATOMktn which you should overtake. I would like to have a very general Have a quick investigation and If you don’t find anything, please let me know. I think I have seen a solution last year somewhere. |
@Tirokk I found some ways of replacing all the diacritics in the characters with their standard keyboard equivalent but not the changing of ü -> ue and so on. I will take a look at @ATOMktn pull request and see if I can combine them so we have to correct handling of the umlaut and then just remove the diacritics for other languages. |
I have investigated a bit and couldn’t find what I meant to have seen. PS: In case this could be of some help: |
@Tirokk Hey I see that the previous work on this issue was just doing a charmap for the characters. Would you prefer this in regex or should I just expand the work there? |
I have this post title |
🐛 Bugreport
At account creation, usernames are not encoded correctly if the profile name contains one or more German umlauts:
Ä/ä -> a
Ö/ö -> o
Ü/ü -> u
Examples:
Steps to reproduce the behavior
Expected behavior
German umlauts should be encoded like this:
Ä/ä -> ae
Ö/ö -> oe
Ü/ü -> ue
Examples:
Version & Environment
Type: [any]
The text was updated successfully, but these errors were encountered: