From: Adam Dickmeiss Date: Wed, 4 Feb 2009 12:55:12 +0000 (+0100) Subject: Describe character set semantics a little more X-Git-Tag: v3.0.44~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2f13c9a407fe345dfe13ef8647ebba02ca519089 Describe character set semantics a little more --- diff --git a/doc/yaz-iconv-man.xml b/doc/yaz-iconv-man.xml index 5ed3766..80a0784 100644 --- a/doc/yaz-iconv-man.xml +++ b/doc/yaz-iconv-man.xml @@ -85,9 +85,13 @@ 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: + 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.