Small change to TIdURI

TIdURI.PathEncode() and TIdURI.ParamsEncode() no longer encode ‘%HH’ hex sequences as ‘%25HH’. The motivation for this is if you have content that is already percent-encoded with ‘%HH’ sequences in it, like “application/x-www-form-urlencoded” data, then it should be left alone and not double-encoded.