unescaping special characters
-
Hi,
I’m trying to pass spaces, accented chars and single quotes into a parameter.
It seems that the single quote adds an extra backslash to the string, I explain better:
I have encoded the string
Cascinettè d’Ivrea
into: mysite.com/page/?c=Cascinett%C3%A8%20d%27IvreaThen inside the page I use the shortcode [urlparam param=”c” /]
but the output is Cascinettè d\’Ivrea
with that extra backslashAm I misusing the plugin?
thanks a lot
The topic ‘unescaping special characters’ is closed to new replies.