Project Description
File Encoding Checker is a GUI tool that allows you to validate the text encoding of one or more files. The tool can display the encoding for all selected files, or only the files that do not have the encodings you specify.
File Encoding Checker requires .NET 2 or above to run.
Known issues
There are a few known issues that we are working on fixing for the v1.1 release:
- Sorting the results by a column does not work
- Entering nothing in the file masks field is not handled property. This should have defaulted the file mask to *.*.
- Program settings are currently stored in the executable's directory. This does not work well with ClickOnce applications and should be changed to the data directory.
Credits
For encoding detection, File Encoding Checker uses the
ude library, which is a C# port of the
Mozilla Universal Charset Detector library.