From 606f2c114c61b556a8d56ba2752d89d72168018b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 6 May 2010 12:04:59 +0100 Subject: [PATCH] Add encoding: UTF-8 -- specifies what character encoding Zebra assumes is used for term in Z39.50 queries (defaults to ISO-8859-1). --- zebra/zebra.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index cca9a4b..8a432fa 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -31,3 +31,4 @@ perm.admin: rw #passwd.c: htpasswd passwd: htpasswd.unencrypted +encoding: UTF-8 -- 1.7.10.4