DM Smith <[EMAIL PROTECTED]> writes: > Go to Genesis 1.1 and click on the Strong's number for created <1254!a> > it locates 8674. It should locate 1254.
Back in January, GnomeSword gained this peculiar-to-GS fix for this problem when preparing URLs for display: // correct weird NASB lexicon references. if (s0 = strchr(*strongs, '!')) { while (isdigit(*(s0-1))) { *s0 = *(s0-1); s0--; } *s0 = '0'; } Seems to work fine, but it's true that it a proper solution should be generalized in Sword, not in the individual applications; I will remove this GS-specific hack once Sword handles it directly. _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page