On 10/6/07, Frederik M. Kraus <[EMAIL PROTECTED]> wrote:
> Looks like we ran into a urldecode problem when having certain query
> strings. This is what happens:
>
> Client:  Jeffrey's Bay   ->   Jeffrey%26%2339%3Bs+Bay   (php 5.2
> urlencode/rawurlencode)

It looks like the client is doing XML escaping as it replaces ' with &#39;
Then each char of the &#39; is URL encoded.  This is incorrect of
course, urlencoding has nothing to do with XML.

-Yonik

Reply via email to