<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 4, 2014 at 11:56 AM, Philippe Blouin <span dir="ltr"><<a href="mailto:philippe.blouin@inlibro.com" target="_blank">philippe.blouin@inlibro.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">We're using the MARC library for some migration, as usual, but we
    encountered some new issue with some arabic title: the key code 703
    <br>
    <table border="2">
      <tbody>
        <tr>
          <td>0x02BF</td>
          <td>703</td>
          <td>MODIFIER LETTER LEFT HALF RING</td>
          <td><font size="+3">ʿ</font></td>
        </tr>
      </tbody>
    </table>
     is not part of the Table db, which cause the whole subfield to
    disappear and causing us headaches.<br></div></blockquote></div><div><br></div><div><br></div><div>What is the source character encoding of the records?  If the records are already in UTF-8, then it is not necessary to transcode them to MARC8, then back to UTF8 for loading into Koha.  Adding the following line to whatever code you're using to pre-process the records might help:</div>
<div><br></div><div>MARC::Charset->assume_unicode(1);<br></div><div><br></div><div>As an alternative, you could adjust change the records to use 0x02bb rather than 0x02bf.  I'm assuming that the strings in question are transliterated Arabic following the ALA-LC Arabic romanization.  If so, back in 1999, the mapping of the "ayn" character was changed from 0x02bf to 0x02bb. [1]</div>
<div><br></div><div>[1] <a href="http://www.loc.gov/marc/marbi/2005/2005-05.html">http://www.loc.gov/marc/marbi/2005/2005-05.html</a></div><div><br></div><div>Regards,</div><div><br>Galen</div>-- <br><div dir="ltr"><div>Galen Charlton</div>
<div>Manager of Implementation</div><div>Equinox Software, Inc. / The Open Source Experts</div><div>email:  <a href="mailto:gmc@esilibrary.com" target="_blank">gmc@esilibrary.com</a></div><div>direct: +1 770-709-5581</div>
<div>cell:   +1 404-984-4366</div><div>skype:  gmcharlt</div><div>web:    <a href="http://www.esilibrary.com/" target="_blank">http://www.esilibrary.com/</a></div><div>Supporting Koha and Evergreen: <a href="http://koha-community.org" target="_blank">http://koha-community.org</a> & <a href="http://evergreen-ils.org" target="_blank">http://evergreen-ils.org</a></div>
</div>
</div></div>