Files
clang-p2996/clang/tools/include-mapping/cppreference_parser.py
c8ef f385542f62 [Tooling/Inclusion] Modify the Python script to open the C++ reference with UTF-8 encoding. (#121341)
This will prevent the error on systems with a default encoding other
than utf-8.

```
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb6 in position 12958: illegal multibyte sequence
```
2024-12-31 09:28:34 +08:00

9.0 KiB