Caphyon / clang-power-tools

Bringing clang-tidy magic to Visual Studio C++ developers.
http://www.clangpowertools.com
Apache License 2.0
472 stars 57 forks source link

disable "illegal character encoding" error? #1336

Open mael151515 opened 6 months ago

mael151515 commented 6 months ago

I write my app in German, so there are a lot of non UTF-8 characters in strings. so i get a lot of "illegal character encoding" errors, can I just disable only these somehow?