native2ascii [options] [inputfile [outputfile]]native2ascii converts files that are encoded to anycharacter encoding that is supported by the Java runtimeenvironment to files encoded in ASCII, using Unicode escapes("\uxxxx" notation) for all characters that are not part of theASCII character set. This process is required for properties filescontaining characters not in ISO-8859-1 character sets. The toolcan also perform the reverse conversion.Ifoutputfile is omitted, standard output is usedfor output. If, in addition,inputfile is omitted,standard input is used for input.
-reverse-encoding encoding_namejava.nio.charset.Charset.defaultCharset method) isused. Theencoding_name string must be the name of acharacter encoding that is supported by the Java runtimeenvironment - see theSupportedEncodings document.