Dear List, We are using Koha with great success, and everything works well. Our current z39.50 server (using zebra) outputs data using UTF-8 encoding - which is exactly what we want. However we now have the requirement to setup a second z39.50 server, running on a different port, which should serve the data in ISO-8859-1 encoding. Is it possible to get zebra to do an on the fly conversion of the encoded data? Thanks in advance, Wolfgang -------------------------------------- Information gemaess UGB Par. 14 Abs. 1 Naturhistorisches Museum 1010 Wien, Burgring 7 Firmenbuchnummer: FN 236724z Firmenbuchgericht: Handelsgericht Wien UID: ATU 38020609 --------------------------------------
Hi Wolfgang, On Mar 19, 2010, at 4:05 AM, Koller Wolfgang wrote:
Our current z39.50 server (using zebra) outputs data using UTF-8 encoding – which is exactly what we want. However we now have the requirement to setup a second z39.50 server, running on a different port, which should serve the data in ISO-8859-1 encoding. Is it possible to get zebra to do an on the fly conversion of the encoded data?
Yes. You would need to add another Z39.50 service definition specifying the port for the second Z39.50 service, and copy the <server> section from the main "biblioserver" definition, updating id and listenref according. Then to do the character conversion, in that <server> element's <retrievalinfo> element, change <retrieval syntax="usmarc" name="F"/> to something like <retrieval syntax="usmarc" name="F"> <backend> <marc inputformat="marc" outputformat="marc" inputcharset="utf-8" outputcharset="iso-8859-1"> </barckend> </retrieval> Regards, Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web: http://www.esilibrary.com/
participants (2)
-
Galen Charlton -
Koller Wolfgang