X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-iconv-man.xml;fp=doc%2Fyaz-iconv-man.xml;h=502f846b69664c4427da23909eb56930bd8f145b;hp=0000000000000000000000000000000000000000;hb=ec00b639169c2fb10e295ad712cb417156839d09;hpb=4a27cb183d61f160ea6c012026d015437783d33a diff --git a/doc/yaz-iconv-man.xml b/doc/yaz-iconv-man.xml new file mode 100644 index 0000000..502f846 --- /dev/null +++ b/doc/yaz-iconv-man.xml @@ -0,0 +1,110 @@ + + + + + yaz-iconv + 1 + + + + yaz-iconv + YAZ Charcter set conversion utility + + + + + yaz-iconv + + + + 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 + + + SEE ALSO + + yaz(7) + iconv(1) + + + + +