From: Adam Dickmeiss Date: Wed, 4 Feb 2009 09:56:27 +0000 (+0100) Subject: List encodings supported by YAZ. Bug #2513. X-Git-Tag: v3.0.44~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=49e8c1a3167e2ea965d1787b89e3ac731b590ad9 List encodings supported by YAZ. Bug #2513. --- diff --git a/doc/yaz-iconv-man.xml b/doc/yaz-iconv-man.xml index 4bf973b..d8e6d70 100644 --- a/doc/yaz-iconv-man.xml +++ b/doc/yaz-iconv-man.xml @@ -81,6 +81,75 @@ + 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' implementation also implements + conversions on its own. So regardless of iconv, the following + below are always supported by YAZ: + + + + marc8 (encode, decode) + + The MARC8 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). + + + + + EXAMPLES The following command converts from ISO-8859-1 (Latin-1) to