[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.9 ___ Python tracker ___ ___

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread Inada Naoki
Change by Inada Naoki : -- components: +Library (Lib) -Unicode ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread Inada Naoki
Inada Naoki added the comment: New changeset e0f148e6635480521036415bd782c3424fe6c619 by Inada Naoki in branch '3.7': bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) https://github.com/python/cpython/commit/e0f148e6635480521036415bd782c3424fe6c619 --

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread Inada Naoki
Change by Inada Naoki : -- pull_requests: +16944 pull_request: https://github.com/python/cpython/pull/17465 ___ Python tracker ___ _

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset a75cad440ab50d823af5f06e51dfed3a319f1e8c by Miss Islington (bot) in branch '3.8': bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) https://github.com/python/cpython/commit/a75cad440ab50d823af5f06e51dfed3a319f1e8c -- n

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16943 pull_request: https://github.com/python/cpython/pull/17464 ___ Python tracker ___ __

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread Inada Naoki
Inada Naoki added the comment: New changeset 808769f3a4cbdc47cf1a5708dd61b1787bb192d4 by Inada Naoki in branch 'master': bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) https://github.com/python/cpython/commit/808769f3a4cbdc47cf1a5708dd61b1787bb192d4 -- nosy: +ina

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-03 Thread Inada Naoki
Change by Inada Naoki : -- pull_requests: +16941 pull_request: https://github.com/python/cpython/pull/17460 ___ Python tracker ___ _

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2018-05-31 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +6912 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2018-05-29 Thread zhou.ronghua
Change by zhou.ronghua : -- components: +Unicode nosy: +ezio.melotti, vstinner type: -> behavior versions: +Python 3.8 ___ Python tracker ___ _

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2018-05-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6838 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2018-05-29 Thread zhou.ronghua
New submission from zhou.ronghua : when type this command in windows(xp or win7, all the same): python -m json.tool xxx.txt xxx.json if xxx.txt contains Chinese(or other multibytes characters): if xxx.txt is encoded in ansi, xxx.json will encode Chinese as \xxx, very bad to see what they are; i