calib3d.hpp/aruco_board.hpp warning C4819

Tweet


calib3d.hpp warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss.

When this error occurred in OpenCV.

Open calib3d.hpp. Line 590 (or 598, depending on the version). Change
Joan Solà
to
Joan Sola
and change
Jérémie Deray
to
Jeremie Deray


aruco_board.hpp warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss.

When this error occurred in OpenCV.

Open aruco_board.hpp. Line 85, 117, and 170 (depending on the version). Change
"
to the ASCII code of "


Back