https://github.com/j-f-liu/convert_encoding
Convert encoding of text file
https://github.com/j-f-liu/convert_encoding
Last synced: 3 months ago
JSON representation
Convert encoding of text file
- Host: GitHub
- URL: https://github.com/j-f-liu/convert_encoding
- Owner: J-F-Liu
- Created: 2020-11-26T14:47:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T10:35:35.000Z (over 4 years ago)
- Last Synced: 2025-01-28T21:07:06.139Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Convert encoding of text files in batch.
[](https://crates.io/crates/convert_encoding)
Usage:
```
cargo install recurse convert_encoding
recurse walk DIRECTORY_PATH_TO_CONVERT | convert_encoding gbk utf8
```