1YAZ-ICONV(1) YAZ-ICONV(1)
2
3
4
6 yaz-iconv - YAZ Charcter set conversion utility
7
9 yaz-iconv [-f from] [-t to] [-v] [file...]
10
12 yaz-iconv converts data in file in character set specified by from to
13 output in character set as specified by to.
14
15 This yaz-iconv utility similar to the iconv found on many POSIX systems
16 (Glibc, Solaris, etc).
17
18 If no file is specified, yaz-iconv reads from standard input.
19
21 -ffrom]
22 Specify the character set from of the input file. Should be used in
23 conjunction with option -t.
24
25 -tto]
26 Specify the character set of of the output. Should be used in
27 conjunction with option -f.
28
29 -v
30 Print more information about the conversion process.
31
33 The following command converts from ISO-8859-1 (Latin-1) to UTF-8.
34
35 yaz-iconv -f ISO-8859-1 -t UTF-8 -X <input.lst >output.lst
36
37
38
40 prefix/bin/yaz-iconv
41
42 prefix/include/yaz/yaz-iconv.h
43
45 yaz(7) iconv(1)
46
47
48
49YAZ 2.1.54 03/16/2007 YAZ-ICONV(1)