ExifTool read Chinese File Name issue
ProblemSolution TOC Problem As Title Solution exiftool -charset filename=utf8 full_path_filename_utf8 void testExifTool() { std::wstring testFile = L"h:\\\\myproject\\lomoware\\lomo-win\\output\\Release\\Lomoagent\\lomod\\ffmpeg\\W中文en.jpg"; std::wstring exifTool...