Open paregorios opened 7 years ago
This is a blocker for #295
Yes the files in which <g type="ekthesis"/>
appear should please be changed so that they then contain <g type="outdent"/>
@jcowey I think you mean <lb type="outdent"/>
, yes?
Yes, of course, I did. Sorry, slapped in a comment without thinking too much. :).
This is more complicated than I realized. There are cases where users have entered <g type="ekthesis"/>
somewhere other than at the beginning of the line and sometimes with intervening whitespace. For example:
<lb n="1" xml:id="div1-lb1"/><g type="rho-cross"/> <g type="ekthesis"/>
<lb n="5"/><supplied reason="lost"><g type="ekthesis"/></supplied>
<lb n="11"/><gap reason="lost" extent="unknown" unit="character"/> <g type="ekthesis"/>κ
The classes of such use (and there are probably more) need to be defined, and decisions taken about how to deal with each of them.
As we are about out of time before final release, I am punting this task to the post-release milestone.
A number of XML files have unexpected encoding like:
This is, to my understanding, wrong. What we want (per the long discussion archived on issue #93) is xml like:
Unless there's something I'm not understanding ( @rla2118 @jcowey @HolgerEssler ? ), the XML files with the
<g type="ekthesis"/>
need to be converted.