<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Dear colleagues,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">When you import records using Z39.50 ABCD works fine; also if you are using a conversion table. But: if you import MARC records there may be a problem when you are using a conversion table, i.e. leading spaces are deleted
 (not when you are NOT using a conversion table: then the leading space are kept). The thing is that leading spaces have a meaning in MARC: they are empty endicators, e.g.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">300:  ^a789 pages :^billustrations, ^c23 cm</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">In this field the two indicators stay empty, i.e. they are represented by spaces. In the next example the first one stays empty:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">264: 1^aLondon :^aMacmillan,^c2009 [here only the second indicator is used, so it is important that then "1" is not moved to the first position]</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">In contrast to this, in the next example the two indicators are not empty:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">245:12^aA new marketing strategy [etc.]</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">In order to keep the spaces when using a conversion table you should delete this line in the script z3950_copy.PHP:</p>
<blockquote>
<p style="margin-top:0;margin-bottom:0">$val=trim($val);</p>
</blockquote>
<p style="margin-top:0;margin-bottom:0">All this under the condition that there is no other situation where you would need to remove the leading spaces when using a conversion table. Does anyone know of such a situation? If not, it could be better to remove
 the code line above from the z3950_copy script permanentely in future distributions of ABCD.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<meta content="text/html; charset=UTF-8">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
Piet de Keyser<br>
<a href="http://www.personeel.khleuven.be/~pikey" target="_blank" id="LPNoLP"></a><a href="https://personeel.ucll.be/u0082832/" class="OWAAutoLink" id="LPNoLP">https://personeel.ucll.be/u0082832</a><br>
</div>
</div>
</div>
</div>
</body>
</html>