-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Internationalized domain names are not supported on Windows #572
Labels
windows
Windows specific issue
Comments
techtonik
added a commit
to techtonik/httpie
that referenced
this issue
Apr 1, 2017
Need it for international domain names, such as 115.бел See issue httpie#572
Now the problem is in
|
Traced the problem to
|
Need to find the place where argument type is determined. It should be URL and not REQUEST_ITEM (KeyValueArgType). |
|
techtonik
changed the title
Unable to fetch IDN URL on Windows
Internationalized domain names are not supported on Windows
Nov 24, 2017
Python 2 is not supported by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://en.wikipedia.org/wiki/Internationalized_domain_name for explanation of IDN URLs.
The command above fails, because arguments are not read with Unicode Windows API - https://stackoverflow.com/questions/846850/read-unicode-characters-from-command-line-arguments-in-python-2-x-on-windows/846931#846931
The text was updated successfully, but these errors were encountered: