native2ascii(1)
NAME
native2ascii - Converts a file with native-encoded to one with unicodeencoded characters
SYNOPSIS
native2ascii <options> [infile] [outfile]
DESCRIPTION
native2ascii is a utility program which converts files containing other character encodings into files with Latin-1 and / or Unicode-encoded characters. If outfile is omitted, standard output is used for output.
OPTION
- -encoding encoding
- Set the encoding to be used. If not provided the system property file.encoding is used instead.
AUTHOR
- This manual page was written by Wolfgang Baer <WBaer@gmx.de>, for the
Debian project (but may be used by others).