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

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

Awesome Lists containing this project

README

        

Convert encoding of text files in batch.

[![Crates.io](https://img.shields.io/crates/v/convert_encoding.svg)](https://crates.io/crates/convert_encoding)

Usage:

```
cargo install recurse convert_encoding
recurse walk DIRECTORY_PATH_TO_CONVERT | convert_encoding gbk utf8
```