CueTools is breaking Exact Audio Copy log files with checksums by writing them with incompatible character encoding, which makes it impossible to verify log files using EAC's checklog.exe, if the log files have been "extracted" by CueTools.
EAC is writing the log files in UTF-16 (little endian), CueTools is using Windows-1252 (CP-1252) right now. CueTools should use UTF-16 as well.