<div dir="ltr"><div>Binary Windows builds with your commit up: <a href="https://src.thehellings.com/greg/mingw-sword-build/-/releases">https://src.thehellings.com/greg/mingw-sword-build/-/releases</a></div><div><br></div><div>Apologies I still haven't been able to produce a native Windows on Arm build. The toolchain is still lagging behind the x86 version of the toolkit, and producing some build errors that need to be addressed upstream.</div><div><br></div><div>--Greg</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Aug 6, 2025 at 4:20 PM DM Smith <<a href="mailto:dmsmith@crosswire.org">dmsmith@crosswire.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I’ve just checked in a change for osis2mod.<br>
<br>
MODTOOLS-17 To osis2mod, added conversion of hex and decimal numeric entities to UTF-8, with special handling of <, >, &, ', and ".<br>
<br>
Also:<br>
 * Fixed a bug in hex numeric entities which defined &xHHHH; rather than &#xHHHH;.<br>
 * Added entity sanity check of maximum length of 32.<br>
 * Refactored entity handling into handleEntities and comment handling into handleComments.<br>
 * Changed t_entitytype and t_commentstate into class enums EntityType and CommentState.<br>
 * Added -d 1024 for entity and comment parsing.<br>
<br>
Note: The coding allows for 0 padding of the numeric entities.<br>
Note: The 5 need to be treated specially.<br>
        &#38; or &#x26; → &amp;<br>
        &#60; or &#x3C; → &lt;<br>
        &#62; or &#x3E; → &gt;<br>
        &#34; or &#x22; → &quot; or "<br>
        &#39; or &#x27; → &apos; or '<br>
When converted to these forms, &quot; should be transformed into " except in attributes using " and likewise &apos; into ' except in attributes having ‘.<br>
<br>
I need to update the wiki to match.<br>
<br>
In Him,<br>
        DM Smith<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank">http://crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote></div>