YouCompleteMe/python/ycm
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
..
client YCM client now sends utf-8 encoded JSON. 2014-03-19 13:16:49 -07:00
completers Resolving a minor lint error 2014-03-04 10:24:21 -08:00
server Merge pull request #860 from aslater/master 2014-03-05 17:02:19 -08:00
tests Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
diagnostic_interface.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
extra_conf_store.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
test_utils.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
user_options_store.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
utils.py YCM client now sends utf-8 encoded JSON. 2014-03-19 13:16:49 -07:00
vimsupport.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
youcompleteme.py Minor var naming changes 2014-03-19 10:27:34 -07:00