Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
m17n-conv(1)			The m17n Library		    m17n-conv(1)

NAME
     m17n-conv - convert file code

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

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.

COPYRIGHT
     Copyright (C) 2001 Information-technology Promotion Agency (IPA)
     Copyright	(C)  2001-2011 National Institute of Advanced Industrial Science
     and Technology (AIST)
     Permission is granted to copy, distribute and/or modify this document under
     the terms of the GNU  Free  Documentation	License  <http://www.gnu.org/li-
     censes/fdl.html>.

Version 1.8.4			 Mon Sep 25 2023		    m17n-conv(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=m17n-conv&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help