From 2f13c9a407fe345dfe13ef8647ebba02ca519089 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Feb 2009 13:55:12 +0100 Subject: [PATCH] Describe character set semantics a little more --- doc/yaz-iconv-man.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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. -- 1.7.10.4