X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-client-commands.xml;h=1494d010b7ffacab45bb1c45ac60a3dc4a31ff1d;hb=05d1794c4ac57eabe6f6da766156f6986d5c987c;hp=aef3fc182307c2c29982390c26e4605d151dcc6c;hpb=a66975fb6d7c8877a2eaa3861aaeb4952d398d7d;p=yaz-moved-to-github.git diff --git a/doc/yaz-client-commands.xml b/doc/yaz-client-commands.xml index aef3fc1..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 @@ -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