Skip to content

Commit 5e25f1d

Browse files
committed
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.
1 parent 40da129 commit 5e25f1d

File tree

4 files changed

+610
-103
lines changed

4 files changed

+610
-103
lines changed

0 commit comments

Comments
 (0)