• 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%27Ivrea

    Then inside the page I use the shortcode [urlparam param=”c” /]
    but the output is Cascinettè d\’Ivrea
    with that extra backslash

    Am I misusing the plugin?

    thanks a lot

    • This topic was modified 3 years, 7 months ago by stefanoste.

The topic ‘unescaping special characters’ is closed to new replies.