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

Expose {en,de}codeURIComponent from ECMAScript #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdempsky
Copy link
Contributor

@mdempsky mdempsky commented Aug 3, 2020

As proposed at [1], this commit adds two new Basis functions for
encoding and decoding URI components. When compiled to JS, they're
able to use the identically named ECMAScript primitives; while C is
implemented natively to take advantage of the UTF-8 representation
used by both C and URLs.

[1] 2161ae0#r40940263

As proposed at [1], this commit adds two new Basis functions for
encoding and decoding URI components. When compiled to JS, they're
able to use the identically named ECMAScript primitives; while C is
implemented natively to take advantage of the UTF-8 representation
used by both C and URLs.

[1] urweb@2161ae0#r40940263
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 this pull request may close these issues.

1 participant