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.
- Host: GitHub
- URL: https://github.com/yukimemi/mjhnkn
- Owner: yukimemi
- Created: 2024-03-30T12:01:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T13:40:53.000Z (about 1 year ago)
- Last Synced: 2025-02-05T10:12:55.228Z (4 months ago)
- Topics: encoding-convertors, rust, tools
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --encodingOptions:
-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
```