This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author qingyunha
Recipients qingyunha
Date 2017-08-16.05:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502862416.63.0.620713992739.issue31216@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes I want this
```
$ echo -e '"\xe4\xbd\xa0\xe5\xa5\xbd"' | ./python -m json.tool --no-escape                         
"你好"
```

not just 
```
$ echo -e '"\xe4\xbd\xa0\xe5\xa5\xbd"' | ./python -m json.tool
"\u4f60\u597d" 
```
History
Date User Action Args
2017-08-16 05:46:56qingyunhasetrecipients: + qingyunha
2017-08-16 05:46:56qingyunhasetmessageid: <1502862416.63.0.620713992739.issue31216@psf.upfronthosting.co.za>
2017-08-16 05:46:56qingyunhalinkissue31216 messages
2017-08-16 05:46:56qingyunhacreate