Convert Encoding Utility
Jul 24
Prelude (skip):
I had another one of those "utilicous" moments again.
I ran into a familiar problem that I've met before:
Suddenly the "utilicous" feeling was all over me again, Time for a utility!
Thus the Convert Encoding Utility Was Born…
Ok, so I got the idea for what was needed, a small WinForm application that'll choose a root folder, and perhaps even file extensions to modify.
After finishing the WinForm, I got that "hmm this could be useful for others" feeling.
After some refactoring, and I separated the solution to 3 projects:
-
Base library
Exposes methods that alter the file encoding either of a single file, or of a folder (with the possibility to filter by file extensions)
-
Console application
Uses the library above. Can get command line arguments such as single file to modify or a root directory (with the possibility to filter by file extensions)
-
WinForm application
Same as the console, but with UI
If you have any problems with the utilities, code or the documentation, please report it at Issues section
Enjoy,
Erik