schierlm / BibleMultiConverter

Converter written in Java to convert between different Bible program formats
Other
124 stars 33 forks source link

USFM word level attributes not recognized when there are nested USFM tags #75

Closed shadow-light closed 1 year ago

shadow-light commented 1 year ago

Input:

\w the \+nd Lord\+nd*’s|strong="H3069"\w*

Output:

<char style="w">the <char style="nd">Lord</char>&#8217;s|strong="H3069"</char>

Reproduce by converting this translation from USFM to USX, and checking Psalm 1:2

schierlm commented 1 year ago

Thank you for reporting the issue. USX3 and USFM word level attributes probably need more love, but I hope the obvious issues are fixed now.

Nightly version: https://nightly.link/schierlm/BibleMultiConverter/workflows/main.yaml/master/BibleMultiConverter-AllInOneEdition-Release.zip

shadow-light commented 1 year ago

Thanks so much for the quick fix! Really helpful