UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: mvChapter 2
Unix Commands
Next: Reference: nawk
 

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: mvUNIX in a Nutshell: System V EditionNext: Reference: nawk
Reference: mvBook IndexReference: 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