yaz-iconv(1) - Linux man page
Name
yaz-iconv - YAZ Charcter set conversion utility
Synopsis
yaz-iconv [-f from] [-t to] [-v] [file...]
Description
yaz-iconv converts data in file in character set specified by from to output in character set as specified by to.
This yaz-iconv utility similar to the iconv found on many POSIX systems (Glibc, Solaris, etc).
If no file is specified, yaz-iconv reads from standard input.
Options
-ffrom]
- Specify the character set from of the input file. Should be used in conjunction with option -t.
- -tto]
- Specify the character set of of the output. Should be used in conjunction with option -f.
- -v
- Print more information about the conversion process.
Examples
The following command converts from ISO-8859-1 (Latin-1) to UTF-8.
-
yaz-iconv -f ISO-8859-1 -t UTF-8 -X <input.lst >output.lst
Files
prefix/bin/yaz-iconv
prefix/include/yaz/yaz-iconv.h
