Describe the bug
ne_uri_cmp() currently only does minimal normalisation. This should be fixed to maybe do percent-encoding normalisation too, or a new function should be added which normalises. See:
https://www.rfc-editor.org/rfc/rfc3986#section-6
https://www.rfc-editor.org/rfc/rfc9110#name-https-normalization-and-com
Related: #181
Describe the bug
ne_uri_cmp()currently only does minimal normalisation. This should be fixed to maybe do percent-encoding normalisation too, or a new function should be added which normalises. See:https://www.rfc-editor.org/rfc/rfc3986#section-6
https://www.rfc-editor.org/rfc/rfc9110#name-https-normalization-and-com
Related: #181