[ 
https://issues.apache.org/jira/browse/THRIFT-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952085#comment-14952085
 ] 

Hudson commented on THRIFT-3375:
--------------------------------

SUCCESS: Integrated in Thrift #1681 (See 
[https://builds.apache.org/job/Thrift/1681/])
THRIFT-3375 Python TJSONProtocol encodes utf8 string values in an (roger: rev 
64b8f6ca15fcb88145c447562258ebfab992dd10)
* test/py/TestClient.py
* lib/py/src/protocol/TJSONProtocol.py


> Python TJSONProtocol encodes utf8 string values in an incompatible way
> ----------------------------------------------------------------------
>
>                 Key: THRIFT-3375
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3375
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Library
>            Reporter: Nobuaki Sukegawa
>            Assignee: Nobuaki Sukegawa
>
> It uses *json.dump* method with *ensure_ascii=True* (via default arg) that 
> escapes utf8 characters.
> And yet, many implementations including Python does not attempt to unescape 
> those characters so cannot talk to each other nor to itself, if the value has 
> any utf8 character.



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

Reply via email to