-
Notifications
You must be signed in to change notification settings - Fork 58
parse_unicode_url function #882
Copy link
Copy link
Open
1 / 21 of 2 issues completedLabels
UnactionableWe're using the issue for discussion about ideas we don't we want to implement yetWe're using the issue for discussion about ideas we don't we want to implement yet
Metadata
Metadata
Assignees
Labels
UnactionableWe're using the issue for discussion about ideas we don't we want to implement yetWe're using the issue for discussion about ideas we don't we want to implement yet
Type
Fields
Give feedbackNo fields configured for issues without a type.
We should have a function to handle unicode urls:
result<url> parse_unicode_url(...)To convert to a valid URL, the host would be converted with punycode, and other components would percent-escape when possible. Errors are still possible.
We can identify components by identifying possible delimiters (like
urls::formatdoes) or we can provide functions that create a URL from its components: