X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-client-commands.xml;h=1494d010b7ffacab45bb1c45ac60a3dc4a31ff1d;hb=a54c709b3e2feff5762bfa7dfa8ee653b429d369;hp=e762e253a4779584500e999e2f0b4a5603bbc373;hpb=94fce64abe00f0334941ca270c8898bdabb0ca7c;p=yaz-moved-to-github.git diff --git a/doc/yaz-client-commands.xml b/doc/yaz-client-commands.xml index e762e25..1494d01 100644 --- a/doc/yaz-client-commands.xml +++ b/doc/yaz-client-commands.xml @@ -1,5 +1,5 @@ @@ -16,8 +16,8 @@ Syntax: - [(tcp|ssl|unix)':']host - [:port][/base>] + [(tcp|ssl|unix|http)':']host + [:port][/base] @@ -25,7 +25,7 @@ quit - Ends YAZ client + Quits YAZ client @@ -249,7 +249,7 @@ The following is supported: prefix for Prefix Query Notation (Type-1 Query); ccl for CCL search (Type-2 - Query) or ccl2rpn for + Query), cql for CQL or ccl2rpn for CCL to RPN conversion (Type-1 Query). @@ -358,6 +358,74 @@ + schema + schemaid + + + Specifies schema for retrieval. + Schema may be specified as an OID for Z39.50. + For SRW, schema is a simple string URI. + + + + + + charset + negotiationcharset + [outputcharset] + + + Specifies character set (encoding) for Z39.50 + negotiation / SRW encoding and/or character set for output (terminal). + + + negotiationcharset is the name + of the character set to be negotiated by the server. The special name + - for negotiationcharset + specifies no character set to be negotiated. + + + If outputcharset is given, it specifies name + of the character set of the output (on the terminal on which + YAZ client is running). To disable conversion of characters + to the output encoding, the special name - (dash) + can be used. + If the special name auto is given, YAZ client will + convert strings to the encoding of the + terminal as returned by nl_langinfo call. + + + + Since character set negotation takes effect in the Z39.50 + Initialize Request you should issue this command before + command open is used. + + + + + MARC records are not covered by Z39.50 character set negotiation. + See marccharset. + + + + + + + marccharset + charset + + + Specifies character set for retrieved MARC records so + that YAZ client can display them in a character suitable + for your display. See charset command. + If auto is given, YAZ will assume + that MARC21/USMARC is using MARC8/UTF8 and ISO-8859-1 + for all other MARC variants. + + + + + set_cclfields filename