Skip to content

make RFC3987 urirefs #7

@rijpma

Description

@rijpma

uriref() should create IRIs rather than URIs, so no percent encoding. See https://github.com/CLARIAH/iribaker, https://github.com/dgerber/rfc3987. R-pattern to replace may look like this "(?!(?:[a-zA-Z0-9._~-]|[\\xA0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF])|%[0-9a-fA-F][0-9a-fA-F]|[!$&'()*+,;=]|:|@|/)(.)" (for stringi::stri_replace_all_regex()), but check this. Consider using the useful bits of url-encode as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions