Code review comment for lp:~aacid/unity8/decodeAudioURIs

Revision history for this message
James Henstridge (jamesh) wrote :

No. I'm giving an example of a URI that will refer to a different file if you run it through decodeURI.

If you want to match equivalent URIs, then you want something that does the kind of normalisation described in the link I gave in the previous comment. I don't know if Qt/QML provides such a function, but decodeURI() isn't it.

« Back to merge proposal