You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Phongphan Phuttha (JIRA)" <ji...@apache.org> on 2015/10/29 19:27:28 UTC

[jira] [Created] (THRIFT-3403) JSON String reader doesn't recognize UTF-16 surrogate pairs

Phongphan Phuttha created THRIFT-3403:
-----------------------------------------

             Summary: JSON String reader doesn't recognize UTF-16 surrogate pairs
                 Key: THRIFT-3403
                 URL: https://issues.apache.org/jira/browse/THRIFT-3403
             Project: Thrift
          Issue Type: Bug
          Components: C# - Library
            Reporter: Phongphan Phuttha
            Priority: Minor


The readJSONString failure to decode the UTF-16 surrogate pairs.

Eg. sequence "\ud834\udd1e" converted to two unicode code points when it ought to be single unicode code point (G CLEF).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)