Add encoding: UTF-8 -- specifies what character encoding Zebra assumes
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 6 May 2010 11:04:59 +0000 (12:04 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 6 May 2010 11:04:59 +0000 (12:04 +0100)
is used for term in Z39.50 queries (defaults to ISO-8859-1).

zebra/zebra.cfg

index cca9a4b..8a432fa 100644 (file)
@@ -31,3 +31,4 @@ perm.admin: rw
 #passwd.c: htpasswd
 passwd: htpasswd.unencrypted
 
+encoding: UTF-8