Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

lib/url.js: Add support for RFC 3490 separators #6055

Closed
wants to merge 1 commit into from
Closed

lib/url.js: Add support for RFC 3490 separators #6055

wants to merge 1 commit into from

Conversation

mathiasbynens
Copy link

There is no need to split the host by hand in url.js – Punycode.js takes care of it anyway. This not only simplifies the code, but also adds support for RFC 3490 separators (i.e. not just U+002E, but also U+3002, U+FF0E and U+FF61).

@mathiasbynens
Copy link
Author

The failing tests seem unrelated to this patch. Anyhow, re-submitting as #8069.

indutny pushed a commit that referenced this pull request Aug 27, 2014
There is no need to split the host by hand in `url.js` – Punycode.js
takes care of it anyway. This not only simplifies the code, but also
adds support for RFC 3490 separators (i.e. not just U+002E, but U+3002,
U+FF0E, and U+FF61 as well).

Closes #6055.

Reviewed-By: Fedor Indutny <[email protected]>
mscdex pushed a commit to mscdex/node that referenced this pull request Dec 25, 2014
There is no need to split the host by hand in `url.js` – Punycode.js
takes care of it anyway. This not only simplifies the code, but also
adds support for RFC 3490 separators (i.e. not just U+002E, but U+3002,
U+FF0E, and U+FF61 as well).

Closes nodejs#6055.

Reviewed-By: Fedor Indutny <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant