Hi Folks,

After I updated vibe.d from 0.7.20 to 0.7.21, I am seeing some conflicts
with urlEncode(). I was assuming I used one defined in
textfilter/urlencode.d, while another urlEncode()s in inet/webform.d
were introduced, which is causing compilation error.

I guess one defined in inet/webform.d should be private, but I might be
wrong. So I need some help or fix if it is wrong in any case.

Thanks!

--T