codec/url.c: Always encode whitespace characters.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 26 May 2018 22:31:00 +0000 (23:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 26 May 2018 23:03:46 +0000 (00:03 +0100)
commit4d845619c3f21fe19dd7f7b16815281b34de9e33
tree37e23f499420b882c2b05baef12963c87a76b3d9
parenta23bab96cb9eb7a869eb260336e5837e9c63d69b
codec/url.c: Always encode whitespace characters.

Vertical whitespace is obviously bad, so this is a longstanding bug; but
all whitespace should really be escaped.
codec/url.c