dickmeiss Tue Nov 4 07:39:10 2003 EDT
Modified files:
/phpdoc/en/reference/yaz/functions yaz-connect.xml
Log:
Describe charset option for yaz_connect
Index: phpdoc/en/reference/yaz/functions/yaz-connect.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-connect.xml:1.4
phpdoc/en/reference/yaz/functions/yaz-connect.xml:1.5
--- phpdoc/en/reference/yaz/functions/yaz-connect.xml:1.4 Sun Jun 15 11:21:05
2003
+++ phpdoc/en/reference/yaz/functions/yaz-connect.xml Tue Nov 4 07:39:10 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.1 -->
<refentry id="function.yaz-connect">
<refnamediv>
@@ -90,6 +90,25 @@
</simpara>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>charset</term>
+ <listitem>
+ <simpara>A string that specifies character set to be used
+ in Z39.50 language and character set negotiation.
+ Use strings such as:
+ <literal>ISO-8859-1</literal>, <literal>UTF-8</literal>,
+ <literal>UTF-16</literal>.
+ </simpara>
+ <simpara>
+ Most Z39.50 targets do not support this feature (and thus,
+ this is ignored). Many targets use the ISO-8859-1
+ encoding for queries and messages. MARC21/USMARC records are not
+ affected by this setting.
+ </simpara>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</para>
<para>