From ef2dec0df83a2b23319b857cc4739d7a25e0df42 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 6 May 2010 12:27:32 +0100 Subject: [PATCH] Document the "encoding" directive. --- doc/administration.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/administration.xml b/doc/administration.xml index 471cfef..e247452 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -464,6 +464,17 @@ + + encoding charsetname + + + Tells Zebra to interpret the terms in Z39.50 queries as + having been encoded using the specified character + encoding. The default is ISO-8859-1; one + useful alternative is UTF-8. + + + -- 1.7.10.4