home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


native2ascii

/usr/java/bin/native2ascii [options ] [input [output ]]

Solaris only. Convert files encoded in the native character encoding to Latin-1 or Unicode encoded files. By default, native2ascii reads standard input and writes standard output. Supply filenames for input and output to read/write named files, instead.

A large number of encodings are supported; see the manpage for the complete list.

Options

-encoding encoding

Use encoding for the translation. The default encoding is the value of the system property file.encoding .

-reverse

Perform the reverse operation: translate from Latin-1 or Unicode to a native encoding.


Previous: Reference: mv UNIX in a Nutshell: System V Edition Next: Reference: nawk
Reference: mv Book Index Reference: nawk

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System