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


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: hostname UNIX in a Nutshell: System V Edition Next: Reference: id
Reference: hostname Book Index Reference: 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