You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed the IsNextFilterableMkrToBeFiltered() function to GatherWhiteSpaceAndSweepableMarkers() to better handle white space and sweepable markers both when there is a following filtered marker (for their storage), or for storing in m_markers. Tests OK.
Corrected a parsing problem with bogus periods following an empty marker such as the case of \p .. which was failing because IteratePtrPastBogusPeriods(pAux...) was being called while pAux was still pointing at the emtpy marker \p instead of the first period. Also added the empty marker to the tempSweptUpMaterial so that it doesn't get lost when iterating past the bogus periods.
I discovered that issues of misparsing of parentheses around numbers in the Hezekiah input text was happening because the Hezekiah text was being parsed within the Kuni to English project which did not list ( and ) as punctuation but as word building characters. More work could be done to make the parsing of parentheses less problematic in that unusual situation, but is lower priority at this point.
Updated the version number to 6.11.5 in preparation for a bug fix release once other reported bugs are fixed.
0 commit comments