If the report file contains unicode characters, under Python2, opening the file does not decode it to utf-8 by default.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D64129
[clang-scan-view] Force utf-8 when handling report (python2 only) serge-sans-paille on Jul 3 2019, 4:03 AM. Authored by
Details If the report file contains unicode characters, under Python2, opening the file does not decode it to utf-8 by default.
Diff Detail
|