logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

m17n-conv - convert file code

Description

       Convert encoding of given files from one to another.

       If INFILE is omitted, the input is taken from standard input. If OUTFILE is omitted, the output written
       to standard output.

       The following OPTIONs are available.

       • -f FROMCODE

       FROMCODE is the encoding of INFILE (defaults to UTF-8).

       • -t TOCODE

       TOCODE is the encoding of OUTFILE (defaults to UTF-8).

       • -k

       Do not stop conversion on error.

       • -s

       Suppress warnings.

       • -v

       Print progress information.

       • -l

       List available encodings.

       • --version

       Print version number.

       • -h, --help

       Print this message.

Name

       m17n-conv - convert file code

Synopsis

       m17n-conv [ OPTION ... ] [ INFILE [ OUTFILE ] ]

See Also