Samuel Thibault, le dim. 27 déc. 2020 00:13:55 +0100, a ecrit: > FTR, the file that poses problem is Testing/gtest/test/gtest_unittest.cc > This is not something that contains anything to be translated, we'd need > some option to just ignore Testing/ entirely.
More precisely, it is line
EXPECT_STREQ("(Invalid Unicode 0xABCDFF)",
WideStringToUtf8(L"\xABCDFF", -1).c_str());
which is *expected* to be an invalid code-point...
Samuel

