Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用してJsonテキストを送信しようとしています$this_helper->json->sendJson('Ôtre'=>'Être' が、問題は認識されない特殊文字です。zendに適切なJsonを送信させるにはどうすればよいですか?
$this_helper->json->sendJson('Ôtre'=>'Être'
一部の PHP バージョンでは、特殊文字をエンコードするときに問題が発生します。次のように設定することで、問題を過剰出荷できます。
Zend_Json::$useBuiltinEncoderDecoder = true;