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

Consider URLUtils.prototype.toString({as:"unicode"}) #64

Closed
annevk opened this issue Aug 16, 2015 · 2 comments
Closed

Consider URLUtils.prototype.toString({as:"unicode"}) #64

annevk opened this issue Aug 16, 2015 · 2 comments

Comments

@annevk
Copy link
Member

annevk commented Aug 16, 2015

As a way to get a URL without percent-encoding. Garbage for non-utf-8 stuff, of course. Probably need to not unescape certain bytes so the specifics might rely on figuring out what normalization means, if anything.

@annevk
Copy link
Member Author

annevk commented Aug 26, 2015

Implementations also seem to not convert sequences that result in invisible code points. E.g., U+202A. It's unclear whether this method should match such UI considerations or not.

@annevk
Copy link
Member Author

annevk commented Dec 19, 2016

Closing this since there's been very little interest in this functionality and the suggestion isn't very concrete either.

@annevk annevk closed this as completed Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant