yaz-iconv(1)


NAME

   yaz-iconv - YAZ Character 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.

ENCODINGS

   The yaz-iconv command and the API as defined in yaz/yaz-iconv.h is a
   wrapper for the library system call iconv. But YAZ' iconv utility also
   implements conversions on its own. The table below lists characters
   sets (or encodings). that are supported by YAZ. Each character set is
   marked with either encode or decode. If an encoding is encode-enabled
   YAZ may convert to to the designated encoding. If an encoding is
   decode-enabled, YAZ may convert from the designated encoding.

   marc8 (encode, decode)
       The MARC8[1] encoding as defined by the Library of Congress. Most
       MARC21/USMARC records usees this encoding.

   marc8s (encode, decode)
       Like MARC8 but with conversion prefers non-combined characters in
       the Latin-1 plane over combined characters.

   marc8lossy (encode)
       Lossy encoding of MARC-8.

   marc8lossless (encode)
       Lossless encoding of MARC8.

   utf8 (encode, decode)
       The most commonly used UNICODE encoding on the Internet.

   iso8859-1 (encode, decode)
       ISO-8859-1, AKA Latin-1.

   iso5426 (decode)
       ISO 5426. Some MARC records (UNIMARC) uses this encoding.

   iso5428:1984 (encode, decode)
       ISO 5428:1984.

   advancegreek (encode, decode)
       An encoding for Greek used by some vendors (Advance).

   danmarc (decode)
       Danmarc (in danish)[2] is an encoding based on UNICODE which is
       used for DanMARC2 records.

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)

NOTES

    1. MARC8
       http://www.loc.gov/marc/specifications/speccharmarc8.html

    2. Danmarc (in danish)
       http://www.kat-format.dk/danMARC2/Danmarc2.4.htm#felt+Indl.+4





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.