[
https://issues.apache.org/jira/browse/THRIFT-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983013#comment-14983013
]
ASF GitHub Bot commented on THRIFT-3404:
----------------------------------------
GitHub user phongphan opened a pull request:
https://github.com/apache/thrift/pull/671
THRIFT-3404: Fixed JSON String reader doesn't recognize UTF-16 surrogate
pairs
Hi,
This should fixed THRIFT-3404 to allow Delphi to be able to consume non-BMP
unicode characters.
I have modified test case a bit by adding a non-BMP character in front of
the `RUSSIAN_TEXT` and `RUSSIAN_JSON`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phongphan/thrift THRIFT-3404
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/671.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #671
----
commit e6cf5e1dd3f4194f9a92342fcbdb18cec859e711
Author: Phongphan Phuttha <[email protected]>
Date: 2015-10-30T18:09:47Z
THRIFT-3404: Fixed JSON String reader doesn't recognize UTF-16 surrogate
pairs.
----
> JSON String reader doesn't recognize UTF-16 surrogate pair
> ----------------------------------------------------------
>
> Key: THRIFT-3404
> URL: https://issues.apache.org/jira/browse/THRIFT-3404
> Project: Thrift
> Issue Type: Bug
> Components: Delphi - Library
> Reporter: Phongphan Phuttha
> Priority: Minor
>
> The readJSONString failed to decode non-bmp escaped unicode character. This
> is similar to THRIFT-3403.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)