https://github.com/varppi/convtoutf8
Removes all characters from a file that can't be converted to utf-8
https://github.com/varppi/convtoutf8
Last synced: 10 months ago
JSON representation
Removes all characters from a file that can't be converted to utf-8
- Host: GitHub
- URL: https://github.com/varppi/convtoutf8
- Owner: varppi
- License: gpl-3.0
- Created: 2023-08-08T10:36:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T07:40:43.000Z (10 months ago)
- Last Synced: 2025-08-09T08:51:20.947Z (10 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConvToUtf8
### Fast program to removes all characters from a file that can't be converted to UTF-8.
## Installation
`go install github.com/Varppi/ConvToUtf8@latest`
## Usage
`ConvToUtf8 --file file.txt --out out.txt`