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

https://github.com/yukimemi/mjhnkn

mjhnkn is a tool to convert file encoding to utf8 on realtime.
https://github.com/yukimemi/mjhnkn

encoding-convertors rust tools

Last synced: about 2 months ago
JSON representation

mjhnkn is a tool to convert file encoding to utf8 on realtime.

Awesome Lists containing this project

README

        

# mjhnkn

mjhnkn is a tool to convert file encoding to utf8 on realtime.

mjhnkn means "Moji Henkan" in Japanese.

## Usage

```sh
> mjhnkn -h
Usage: mjhnkn.exe [OPTIONS] --input --output --encoding

Options:
-i, --input [env: INPUT=]
-o, --output [env: OUTPUT=]
-e, --encoding [env: ENCODING=]
-p, --position [env: POSITION=] [default: 0]
--position-path [env: POSITION_PATH=]
--log-level [env: LOG_LEVEL=] [default: info] [possible values: off, error, warn, info, debug, trace]
-h, --help Print help
-V, --version Print version
```