Fixing the URL

Hi,

I have a very basic search form whose method is get.

When I use it I get the following in my url

search?utf8=✓&search=a

I’d just like to remove the utf8 part. How could I do it?

Tiago V.
[email protected]

On 10 May 2011 10:56, Tiago V. [email protected] wrote:

Hi,

I have a very basic search form whose method is get.

When I use it I get the following in my url

search?utf8=✓&search=a

I’d just like to remove the utf8 part. How could I do it?

Just for interest why do you want to do this?

Colin

On May 10, 2011, at 11:27 , Colin L. wrote:

Just for interest why do you want to do this?

Colin

I just don’t think that the utg8=√ in the url is something that needs to
be there.

On May 10, 11:46 am, Tiago V. [email protected] wrote:

I’d just like to remove the utf8 part. How could I do it?

Just for interest why do you want to do this?

Colin

I just don’t think that the utg8=√ in the url is something that needs to be
there.

The underlying issue is described here http://railssnowman.info/
(although a snowman is no longer used)

Fred