For example I put domain.com/controller/木村文乃 on my URI.
CodeIgniter read it as %E6%9C%A8%E6%9D%91%E6%96%87%E4%B9%83 when I output the 木村文乃.
function($page)
{
echo $page;
}
it outputs as %E6%9C%A8%E6%9D%91%E6%96%87%E4%B9%83
This problem happens since I move server from centOS to debian.
What could be the problem?
I have checked php.ini settings, etc.