Project

General

Profile

Bug #589

Empty spaces after periods

Added by Luke Murphey about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Revision 455 (diff)
Added by Luke Murphey about 11 years ago

Milestones are now made visible so that empty spaces between content around milestone markers are now obvious. Closes #589.

Revision 455 (diff)
Added by Luke Murphey about 11 years ago

Milestones are now made visible so that empty spaces between content around milestone markers are now obvious. Closes #589.

Revision 444 (diff)
Added by Luke Murphey about 11 years ago

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 about 11 years ago

Here is a regex that will match the periods without spaces using a lookahead assertion:

[.](?=[^\w])

#2 Updated by Luke Murphey about 11 years ago

Lines 40-82 of Agamemnon By Aeschylus in English has this problem.

#3 Updated by Luke Murphey about 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 about 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r455.

Also available in: Atom PDF