Bug #589
Empty spaces after periods
Start date:
03/28/2013
Due date:
% Done:
100%
Description
Some works have no space after a period and before the next word.
Associated revisions
Milestones are now made visible so that empty spaces between content around milestone markers are now obvious. Closes #589.
Milestones are now made visible so that empty spaces between content around milestone markers are now obvious. Closes #589.
Milestones are now made visible so that empty spaces between content around milestone markers are now obvious. Closes #589.
History
#1 Updated by Luke Murphey over 11 years ago
Here is a regex that will match the periods without spaces using a lookahead assertion:
[.](?=[^\w])
#2 Updated by Luke Murphey over 11 years ago
Lines 40-82 of Agamemnon By Aeschylus in English has this problem.
#3 Updated by Luke Murphey over 11 years ago
The problem is span tags that are being between words:
But some one of the powers supremeApollo perhaps or Pan, or Zeushears the shrill wailing scream of the clamorous birds, these sojourners in his realm, and against the transgressors sends vengeance at last though late.<span class="milestone" data-ed="p" data-n="60" data-unit="line"></span>Even so Zeus, whose power is over all, Zeus, lord of host and guest, sends against Alexander the sons of Atreus, that for the sake of a woman with many husbands
#4 Updated by Luke Murphey over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r455.