YouCompleteMe/python
Strahinja Val Markovic 2f051ee9f1 YCM client now sends utf-8 encoded JSON.
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.
2014-03-19 13:16:49 -07:00
..
clang_includes Fix module.map to not include missing header 2014-01-12 12:24:35 -08:00
ycm YCM client now sends utf-8 encoded JSON. 2014-03-19 13:16:49 -07:00
test_requirements.txt Workaround for annoying clang bug with pragma once 2013-11-17 17:59:39 -08:00