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

mixconv — transcode mixed-encoding files

Authors

       The  mixconv  utility  and  this  manual  page  were  written by Dag-Erling Smørgrav <des@des.no> for the
       University of Oslo.

                                                November 18, 2014                                     MIXCONV(1)

Description

       The mixconv utility reads text encoded in a mixture of UTF-8 and a non-UTF 8-bit encoding and converts it
       to UTF-8.

       The non-UTF 8-bit encoding is assumed to be Latin-1, unless a different encoding is specified with the -f
       option.

       The following options are available:

       -d      Show debugging information.  This option can be specified multiple times to increase the level of
               detail.

       -fcharset
               Specify the assumed character set for non-ASCII, non-UTF-8 text.  The default is “iso8859-1”.

       -h      Print a usage message and exit.

       -v      Print the source reversion number and exit.

Name

       mixconv — transcode mixed-encoding files

See Also

dirconf(1), iconv(1), regex(3).

Synopsis

mixconv [-dv] [-fcharset] [-ooutfile] [file...]

See Also