Hi,
Not a major issue, but maybe there’s an instant fix…
I’m passing entry titles to an email form a segment in a link on an article page. So a user sees a link ‘write to the editor about this article’. The link is in the form of
{exp:valid_url}mysite.com/index.php/template/mailForm/{title}/{/exp:valid_url}the email form gets the segment as the subject of the email. The valid_url plugin handles spaces, but half-quotes or apostrophes get converted incorrectly, and the browser reports ‘invalid uri’ when it’s clicked. Changing offending titles to include & rsquo ; (ignore the spaces) or the ascii & # 8217 ; gets rewritten by valid_url to be & rsquo % 3B, also invalid.
Thanks for any ideas,
Matthew