You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Jacky Wang (JIRA)" <ji...@apache.org> on 2010/01/27 04:48:34 UTC

[jira] Created: (SHINDIG-1271) Wrong output when decoding UTF-8 string

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.