Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #1015 - micbou:msvc-utf8, r=puremourning
[READY] Force MSVC to treat source files as UTF-8 encoded Compilation fails with a lot of these errors: ``` error C3688: invalid literal suffix '唷'; literal operator or literal operator template 'operator ""唷' not found ``` when the system local is Chinese on Windows. This is fixed by forcing MSVC to use UTF-8. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/1015) <!-- Reviewable:end -->
- Loading branch information