Hello Everyone,

I have the following route in my router.rb

# "resumé".unpack("H*").first.scan(/../).map { |ss| '\x%s' % ss }.join
match("/:uni", :uni => /\x72\x65\x73\x75\x6d\xc3\xa9/ui).to
(:controller => "home", :action => "index")

# in console
r =  merb.fake_request(:request_uri => "/resumé")
merb.check_request_for_route(r) # =>
{:uni=>"resumé", :action=>"index", :controller=>"home"}

but if i visit the url from a browser i get a "Controller class not
found for controller `resum%C3%A9'" exception

Any ideas?

Thanks
Fouad Mardini

-- 
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/merb?hl=en.

Reply via email to