Wrong output when decoding UTF-8 string
---------------------------------------
Key: SHINDIG-1271
URL: https://issues.apache.org/jira/browse/SHINDIG-1271
Project: Shindig
Issue Type: Bug
Components: PHP
Affects Versions: 1.1-BETA5, 1.1-BETA6
Environment: N/A
Reporter: Jacky Wang
shindig-1.1-BETA5\php\src\gadgets\MakeRequestHandler.php
//The decodeUtf8 function has a bug for Chinese characters. Disable it
will work.
//$json = $this->makeRequest->decodeUtf8($json);
When working with the $json string like %54abedab, it could hardly tell whether
it's (%54ab)edab or (%54abedab).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.