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

non-latin support #441

Open
lopatoid opened this issue Apr 14, 2021 · 2 comments · May be fixed by #510
Open

non-latin support #441

lopatoid opened this issue Apr 14, 2021 · 2 comments · May be fixed by #510

Comments

@lopatoid
Copy link

I've had problems with Cyrillic filenames when creating FileDownloader object, and I was able to fix it just by changing line 701 in server.py to
self.send_header(k, urllib.parse.quote_plus(headers[k]))

@dddomodossola
Copy link
Collaborator

@lopatoid Thank you a lot for reporting. Can you please create a pull request to fix this?

@lopatoid
Copy link
Author

My first solution was naive and just wrong. Anyway, I've found a detailed description of how to fix this problem on StackOverflow and made a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants