http://localhost/carbonbuster/quiz/view/Winter%2Bis%2BCold?author=rkcbabu
hi i had encode url using urencode in view and i want to use urldecoe in controller
but due to this url it can’t find the controller action apecified by
url rule
'quiz/view/<id:[a-zA-Z0-9-]+>'=>'quiz/view',
this only allows a-zA-Z0-9 and - character i had tried
'quiz/view/<id:[a-zA-Z0-9-% ]+>'=>'quiz/view',
but i didn’t work any one could help me in this matter.