For example if a url contains the following query string:
?title=a&prop=4£=gbp
It would previously have been converted to:
?title=a∝=4£=gbp
Now it will remain unchanged
For a url like:
?title=a&class=<list>&values="a","1","b"
It will be converted to:
?title=a&class=<list>&values="a","1","b"
For example if a url contains the following query string:
?title=a&prop=4£=gbp
It would previously have been converted to:?title=a∝=4£=gbp
Now it will remain unchanged For a url like:?title=a&class=<list>&values="a","1","b"
It will be converted to:?title=a&class=<list>&values="a","1","b"