On Oct 20, 2010, at 7:52 PM, Jason Brower wrote: > For example, if I put... > http://127.0.0.1:8000/furniture/default/results/sdfsafsdfa%C3%A4%C3%A4%C3%A4 > It will not work and tells me I have an invalid controller. > http://127.0.0.1:8000/furniture/default/results/sdfsafs > Works. > Any solution for this?
Try putting the last part in a query string (vars) and see how that goes: http://127.0.0.1:8000/furniture/default/results?sdfsafsdfa%C3%A4%C3%A4%C3%A4 > BR, > Jason Brower > On Wed, 2010-10-20 at 20:52 +0300, Jason Brower wrote: >> I can see it in google, I can use cär and it works... >> Why or how can I use äöå in that area or is there some other way to use it >> as a parameter when sending data to a page... >> BR, >> Jason Brower >> >

