SabNZBd adding zero-width-space after every dot
Posted: July 21st, 2014, 10:51 am
I always wondered why I couldn't find for phrases like "foo.bar" on the SabNZBd-queue-page.
Now I found out why that is: SabNZBd is adding a zero-width space ( http://www.fileformat.info/info/unicode ... /index.htm ) after every dot.
So if you got a download called "test.foo.bar.2014" and you are searching for "foo.b", Firefox and IE cannot find it. Apparently Chrome ignores the zero-width space and can find the phrase.
Proof: HTML-sourcecode of the queue-page viewed in a hex-editor:
http://i.imgur.com/jiTxICa.png
(E2808B is the hex for this character)
In the "History"-sections, searching for "foo.bar" would work fine though.
Now I found out why that is: SabNZBd is adding a zero-width space ( http://www.fileformat.info/info/unicode ... /index.htm ) after every dot.
So if you got a download called "test.foo.bar.2014" and you are searching for "foo.b", Firefox and IE cannot find it. Apparently Chrome ignores the zero-width space and can find the phrase.
Proof: HTML-sourcecode of the queue-page viewed in a hex-editor:
http://i.imgur.com/jiTxICa.png
(E2808B is the hex for this character)
In the "History"-sections, searching for "foo.bar" would work fine though.