man native2ascii.kaffe (Commandes) - converts a file with native-encoded to one with unicode-encoded characters
NAME
native2ascii - converts a file with native-encoded to one with unicode-encoded 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.
there is only one 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).