PHPファイルでエンコーディングを定義します:
header("Content-Type:text/html;charset=utf-8");
ここで、テンプレート ファイルにリンクを書き込みます ( smarty )
<a href="http://www.test.cn/maternal_and_child/lists/中文测试">Link</a>
ちなみに「中文测试」は中国語ですが、リンクをクリックすると以下のようなエラーが返ってきます。
The requested URL /maternal_and_child/app/webroot/lists/准备怀å•-优生优育 was not found on this server.
どうすれば修正できますか?