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/
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