From 77ad18d6eceea270338ae338f1e7d24f1003df24 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 30 May 2003 10:31:29 +0000 Subject: [PATCH] Documentation for recordCharset --- CHANGELOG | 4 ++-- doc/zoom.xml | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 79e54d1..9a6520a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,10 @@ Possible compatibility problems with earlier versions marked with '*'. -New ZOOM setting, recordCharset, wich value "from[,to]" +New ZOOM setting, recordCharset, with value "from[,to]" where from is the character set of a record as received by the target. The character set "to" is desired charset of output record as returned by ZOOM_record_get. If -"to" is omitted UTF-8 is assumed. +"to" is omitted, UTF-8 is assumed. YAZ ASN.1 compiler renamed from yaz-comp to yaz-asncomp diff --git a/doc/zoom.xml b/doc/zoom.xml index 00592b7..575628a 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,4 +1,4 @@ - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -403,6 +403,17 @@ If this option isn't set, the ZOOM module will automatically allocate a result set name. default + + recordCharsetSpecification of character set + conversion of records. This is a pure client side operation + - unrelated to Z39.50 character set negotiation. The value + is a string of the form + "from[,to]" + where from is character set encoding + of record as returned by the target. The to + is encoding of the output record (as returned by ZOOM_record_get). + If from is omitted, UTF-8 is assumed. + default -- 1.7.10.4