Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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..
- Host: GitHub
- URL: https://github.com/erikzaadi/converttoencodingtool
- Owner: erikzaadi
- Created: 2009-07-17T19:43:05.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-21T22:39:48.000Z (about 15 years ago)
- Last Synced: 2024-10-08T13:22:10.217Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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