native2ascii — Native-to-ASCII Converter

Synopsis

/usr/java/bin/native2ascii [-encoding encoding-name][-reverse] 
  [inputfile [outputfile]] 

Description

The javac(1) compiler and other Java tools can process only files that contain Latin-1 or Unicode-encoded (\udddd notation) characters. The native2ascii command converts files that contain other character encoding into files containing Latin-1 or Unicode-encoded characters.

If you omit outputfile , standard output is used for output. If you also omit inputfile , standard input is used for input.

Options

-encoding encoding-name Specify the encoding name that is used by the conversion procedure. The default encoding is taken from system property file.encoding. This encoding-name string must ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.