Recently used VS2005 to do the project, encountered a lot of file encoding is not uniform, some are UTF-8, some are GB32, published when the site is messy. You can use the "advanced save option" in the VS environment to change it one by one. Because there are too many, there are dozens of them, it is very unpleasant to repeat the work, I wrote this small program. Before writing, refer to the user's experience in qing and Randy052.
Features:
1, can support common encoding formats such as UTF-8, UTF-7, Unicod, ASCII, GB2312, Big5 conversion.
2. Supports batch selection of folders, multiple files, and copy on the clipboard to implement volume conversion.
3. Supports file filtering. openFileDialog is used for file filtering.
4. Supports automatic identification of source file codes and can be used to unify the format of unknown files.
5. Support for backup
Download:
EXE file
C # source code (vs2005)