Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikzaadi/converttoencodingtool

Library that converts the encoding of text based files (either per single file or per root folder). Filtering according to file extensions is also possible..
https://github.com/erikzaadi/converttoencodingtool

Last synced: 17 days ago
JSON representation

Library that converts the encoding of text based files (either per single file or per root folder). Filtering according to file extensions is also possible..

Awesome Lists containing this project

README

        

Convert To Encoding Tool

Alters the file encoding either of all files in the specified root directory, filtering according to the file extension(s) specified,
or a single specific file.

Kudos to Richard Lopes for http://www.codeproject.com/KB/recipes/command_line.aspx (Used in Console project)

EncodingConverter:
Core library that alters the file(s) encoding

Console
Console application that uses the above library (use with -help for details)

Winform
Winform application that uses the above library