I have a form using the GET method. If values are submitted with special characters, they appear in the URI as: ?value=fudge%20and%20stuff
How do I make it clean? I don't want to use the header function because this is happening within a page in drupal.