Message269479 
            This patch adds a command line option "--no-escape" that allows json.tool to display non-ASCII characters. e.g.: $ echo '"測試"' | python -m json.tool "\u6e2c\u8a66" $ echo '"測試"' | python -m json.tool --no-escape "測試"  |      |
  | Date |  User |  Action |  Args |    | 2016-06-29 11:49:29 | legnaleurc | set | recipients: + legnaleurc |   | 2016-06-29 11:49:29 | legnaleurc | set | messageid: <1467200969.47.0.983958211319.issue27413@psf.upfronthosting.co.za> |   | 2016-06-29 11:49:29 | legnaleurc | link | issue27413 messages |   | 2016-06-29 11:49:29 | legnaleurc | create |  |        |