-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
AttachFile move: unicode normalization troubles #59
Comments
|
https://pypi.org/project/nfd2nfc/ about the usual normalization forms on linux / macOS. |
ThomasWaldmann
changed the title
AttachFile move: umlaut coding troubes
AttachFile move: unicode normalization troubles
Jul 13, 2020
moin 1.9 code:
thus (moin running on linux):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some characters can be encoded differently, e.g. the german umlaut
ä
can be:So it is both an
ä
somehow, but different unicode method:Uploading an attachment with ä as a\xCC\x88 encoding makes it later impossible to rename:
The text was updated successfully, but these errors were encountered: