Skip to content
Snippets Groups Projects
Commit 3ef4843c authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

SWHID spec: add support for IRI

Closes T2379
parent 56cf99ae
No related branches found
Tags v0.3.7
No related merge requests found
...@@ -174,12 +174,13 @@ the ``<identifier_with_context>`` entry point of the grammar: ...@@ -174,12 +174,13 @@ the ``<identifier_with_context>`` entry point of the grammar:
Where: Where:
- ``<path_absolute_escaped>`` is the ``<path_absolute>`` in `Section 3.3 of RFC - ``<path_absolute_escaped>`` is an ``<ipath-absolute>`` from `RFC 3987`_,
3986 <https://tools.ietf.org/html/rfc3986#section-3.3>`_, where all where all occurrences of ``;`` and ``%`` have been percent-encoded (as
occurrences of ``;`` and ``%`` have been percent-encoded (as `%3B` and `%25` ``%3B`` and ``%25`` respectively)
respectively) - ``<url_escaped>`` is a `RFC 3987`_ IRI, where all occurrences of ``;`` and
- ``<url_escaped>`` is a RFC 3987 compliant URL, where all occurrences of ``;`` ``%`` have been percent-encoded, as per ``<path_absolute_escaped>`` above
and ``%`` have been percent-encoded (as `%3B` and `%25` respectively)
.. _RFC 3987: https://tools.ietf.org/html/rfc3987
Semantics Semantics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment