In router file, I set the route as follow,
$router->add('/search/{search:[^/]+}','standards::search')->setName('standards.search.index');
yet when I navigate to url: “https://standard.zhaobing/search/内建”, matched router is null , while "https://standard.zhaobing/search/架构" is OK, and searchs for english words are OK too.
Can anyone give a tip?
I'm using WAMP 64bit, php5.6.16 64bit; phalcon 2.1.0b;