UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: hostnameChapter 2
UNIX Commands
Next: Reference: id
 

iconv

iconv -f from_encoding -t to_encoding [file]

Convert the contents of file from one character set (from_encoding) to another (to_encoding). If the destination character set provides no equivalent for a character, it is converted to an underscore (_). Supported conversion sets are listed in the directory /usr/lib/iconv.


Previous: Reference: hostnameUNIX in a Nutshell: System V EditionNext: Reference: id
Reference: hostnameBook IndexReference: id

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