ZF-12482: CLONE - UTF8 character encoding for Zend_Json_Encoder
Description
Zend_Json_Encoder does not support encoding of UTF8 characters.
Zend_Json_Encoder::encode('Отладочный')
yields
"Отладочный"
instead of the following which is generated with json_encode() which does support UTF8 characters
"\u041e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0439"
Comments
Posted by Ralph Schindler (ralph) on 2013-04-05T16:07:07.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf1/issues/39