2f051ee9f1
Previously, we'd just use json.dumps() to dump out JSON. By default, ensure_ascii is set to true and non-ASCII chars are encoded as \uXXXX. Problems seem to happen with other text in the data then not being utf8. I'm not sure why, still can't repro. This should go away now that we explicitly build a unicode string which we then encode as utf8. Hopefully fixes #821. |
||
---|---|---|
.. | ||
__init__.py | ||
base_request.py | ||
command_request.py | ||
completion_request.py | ||
event_notification.py | ||
omni_completion_request.py | ||
ycmd_keepalive.py |