[issue22701] Write unescaped unicode characters (Japanese, Chinese, etc) in JSON module when "ensure_ascii=False"

2014-10-31 Thread Michael Kuss
Michael Kuss added the comment: Pardon the delay - this json dump function is embedded in a much larger script, so it took some untangling to get it running on Python 3.3, and scrub some personal identifying info from it. This script also does not work in Python 3.3: File "C:/Users/

[issue22701] Write unescaped unicode characters (Japanese, Chinese, etc) in JSON module when "ensure_ascii=False"

2014-10-22 Thread Michael Kuss
New submission from Michael Kuss: When running the following: >> json.dump(['name': "港区"], myfile.json, indent=4, separators=(',', ': '), >> ensure_ascii=False) the function escapes the unicode, even though I have explicitly asked to not fo