Adjust url_code_map[] so spaces are replaced with %20 instead of '+'
authorFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:44:32 +0000 (11:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:44:32 +0000 (11:44 +0000)
commit6bf286721045589f54e58247a54d9dc89db53c52
treee5ca67618aa5522557eb142b33117bacf0e97081
parentcb0c7e3bb4804154029ad349f6f322d734eedc8d
Adjust url_code_map[] so spaces are replaced with %20 instead of '+'

While '+' can be used by client's submitting form data, this is not
actually what Privoxy is using the lookups for. This is more of a
cosmetic issue and doesn't fix any actual problems I'm aware of.
encode.c