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 Veloso ti.veloso@gmail.com
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 Veloso ti.veloso@gmail.com
Just for interest why do you want to do this?
Colin
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
I just don’t think that the utg8=√ in the url is something that needs to be there.
>> 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
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