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: 9 months 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 16 years ago)
- Default Branch: master
- Last Pushed: 2009-08-21T22:39:48.000Z (over 16 years ago)
- Last Synced: 2025-02-09T19:55:22.698Z (11 months 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