For a reference, this tool: https://github.com/amrali-eg/EncodingChecker
I hope your tool can scan the folder and recursive to its sub-folders, and find the source files(by masks, such as *.cpp and *.h), and detect the source code encoding, and change the encoding if its encoding is not the output encoding.
By this way, we can scan a project, and see which file has wrong encoding, and fix those files.
Thanks.
For a reference, this tool: https://github.com/amrali-eg/EncodingChecker
I hope your tool can scan the folder and recursive to its sub-folders, and find the source files(by masks, such as *.cpp and *.h), and detect the source code encoding, and change the encoding if its encoding is not the output encoding.
By this way, we can scan a project, and see which file has wrong encoding, and fix those files.
Thanks.