adyeths / u2o

USFM to OSIS bible format converter.
The Unlicense
19 stars 6 forks source link

\nb tag errors #74

Closed LAfricain closed 5 years ago

LAfricain commented 5 years ago

the \nb tag is not well converted:

\c 1
\nb
\v 1 Ingoma\x + 1 Kho. 4.32.\x* yezingoma engekaSolomoni\x + Eks. 40.10. Tshu. 1.2. 12.8.\x*.
\p
\v 2 Kangange ngokwanga komlomo wakhe\x + Zaga 27.6.\x*; ngoba uthando lwakho lungcono kulewayini\x + 4.10.\x*.
\v 3 Ngenxa yephunga lamagcobo akho amnandi, ibizo lakho li\add nje\add*ngamagcobo athululiweyo; ngakho-ke izintombi ziyakuthanda\x + 4.10. Tshu. 7.1.\x*.

Give osis:

<chapter sID="Song.1<!--" osisID="Song.1<!--" n="1<!--" />nb -->
<verse sID="Song.1<!--.1" osisID="Song.1<!--.1" n="1" />Ingoma<note type="crossReference">1 Kho. 4.32.</note> yezingoma engekaSolomoni<note type="crossReference">Eks. 40.10. Tshu. 1.2. 12.8.</note>.  <p>
<verse eID="Song.1<!--.1" />
<verse sID="Song.1<!--.2" osisID="Song.1<!--.2" n="2" />Kangange ngokwanga komlomo wakhe<note type="crossReference">Zaga 27.6.</note>; ngoba uthando lwakho lungcono kulewayini<note type="crossReference">4.10.</note>.
<verse eID="Song.1<!--.2" />
<verse sID="Song.1<!--.3" osisID="Song.1<!--.3" n="3" />Ngenxa yephunga lamagcobo akho amnandi, ibizo lakho li<transChange type="added">nje</transChange>ngamagcobo athululiweyo; ngakho-ke izintombi ziyakuthanda<note type="crossReference">4.10. Tshu. 7.1.</note>.
<verse eID="Song.1<!--.3" />

If I change \nb to \p it works well.

DavidHaslam commented 5 years ago

Is there anything in OSIS 2.1.1 that’s directly equivalent to \nb ?

If not, then what needs to be done?

If an enhancement is required to OSIS, that won’t happen outside CrossWire, because the Bible Technology Group (BTG) no longer exists.

The best we could hope for is to add something in CrossWire’s own updated schema.

Refer to the wiki page.

adyeths commented 5 years ago

This should be fixed now.

LAfricain commented 5 years ago

Yes it works