Quote:
Originally Posted by kiwidude
Changes in this release:- Properly fix the spaces encoding when using Check unused image files
Thanks @PaulFiera - I used the wrong encoding function in the last release, darned copy/paste...
|
You're welcome.
But still...
The space is encoded correctly, but nor the comma, which should be %2C.
Sorry. I know this is nitpicking and I wish they didn't name the files this way. I certainly don't when I'm developing for the Web.
EDIT:
Hold on because I'm finding a couple more:
I don't know which encoding functions are available to you but this looks like standard javascript escape() or encodeURIComponent()