garycourt/uri-js

IRIs?

Closed this issue · 1 comments

I'm wondering if you know how difficult it would be to handle serializing to IRIs as well as URIs, for use in those (increasingly common) contexts that prefer them to ASCII-only strings. To me it kind of looks like it'd only need to tone down the percent-encoding a little, but I may be wrong...

I already added this support to a separate branch: https://github.com/garycourt/uri-js/tree/iri

It wasn't merged into the head branch as the library is significantly larger.