There are multiple issues with names in the authority file that will require fixing.
- The automatically generated translation of Latin into Arabic script needs to be corrected. Particularly for names that were not originally Arabic. Due to the mark-up in the original master file, these could not be filtered out beforehand. They can be found with some regex, I suppose, because the automatic translation often contains a mix of Arabic and Latin characters within a single word:
<persName xml:lang="ar-Latn-x-ijmes">Isaac Temām</persName>
<persName change="#d2e154" xml:lang="ar">اسc تeمام</persName>
-
Some <persName> nodes contain multiple names separated by /. These need to be split into individual <persName> children of the containing <person> element.
-
DONE Quite a few <persName>s do not carry an @xml:lang attribute and have, therefore, not been translated into Arabic script. @xml:lang needs to be added first and then we re-run the translation script.
There are multiple issues with names in the authority file that will require fixing.
Some
<persName>nodes contain multiple names separated by/. These need to be split into individual<persName>children of the containing<person>element.DONE Quite a few
<persName>s do not carry an@xml:langattribute and have, therefore, not been translated into Arabic script.@xml:langneeds to be added first and then we re-run the translation script.