When a dialogue block contains double spaces between words or sentences, the pagination results are off by a character or two.
CHARACTER CUE
Here's some dialogue. The sentences are separated by two spaces.
Can become:
CHARACTER CUE
Here's some dialogue. T
(MORE)
-------
CHARACTER CUE (CONT'D)
he sentences are separated by two spaces.
This happens because dialogue pagination splits the string into words (and then into sentences) using space character. Resulting index for splitting the text is wrong.
When a dialogue block contains double spaces between words or sentences, the pagination results are off by a character or two.
Can become:
This happens because dialogue pagination splits the string into words (and then into sentences) using space character. Resulting index for splitting the text is wrong.