1ICONV(1) General Commands Manual ICONV(1)
2
3
4
6 iconv - Convert encoding of given files from one encoding to another
7
9 iconv --ff encoding --tt encoding inputfile
10
12 The iiccoonnvv program converts the encoding of characters in inputfile from
13 one coded character set to another. The result is written to standard
14 output unless otherwise specified by the ----oouuttppuutt option.
15
16 ----ffrroomm--ccooddee, --ff encoding
17
18 Convert characters from encoding
19
20 ----ttoo--ccooddee, --tt encoding
21
22 Convert characters to encoding
23
24 ----lliisstt
25
26 List known coded character sets
27
28 ----oouuttppuutt, --oo file
29
30 Specify output file (instead of stdout)
31
32 ----vveerrbboossee
33
34 Print progress information.
35
37 Following examples convert from code set ISO88592 "input.txt" to UTF8
38 code set or ASCII and stores the result as "output.txt".
39
40 iiccoonnvv --ff IISSOO8888559922 --tt UUTTFF88 << iinnppuutt..ttxxtt >> oouuttppuutt..ttxxtt
41
42 iiccoonnvv --ff IISSOO8888559922 --tt AASSCCIIII////TTRRAANNSSLLIITT << iinnppuutt..ttxxtt >> oouuttppuutt..ttxxtt
43
44
46 iconv is written by Ulrich Drepper as part of the GNU C Library.
47
48 This man page is written by Joel Klecker <espy@debian.org>, for the
49 Debian GNU/Linux system.
50
51
52
53
54
55
56
57
58
593rd Berkeley Distribution March 2001 ICONV(1)