Earlier quoted context omitted.
> The HTML rendering engine in your browser actually consolidates each block of white space into a single visible space character. I don't believe that's true when the browser decides to break the line between the two spaces -- see: http://i.imgur.com/MksV7.png (which I took from http://www.jeanhsu.com/?p=229 ) So I guess you could argue that putting two spaces in HTML is strictly a negative: it does nothing, except…
There's something kooky going on with that page. I think the CMS used for that site must be substituting one type of space character with another in Unicode, or something like that, so that the browser does not "know" how to collapse the two whitespace characters into a single whitespace character. When I copy the two whitespace characters between sentences there into separate text files that contain nothing but thos…
Why you should never, ever use two spaces after a period
161–170 of 174 posts
Re: Why you should never, ever use two spaces after a period
#162Earlier quoted context omitted.
> The HTML rendering engine in your browser actually consolidates each block of white space into a single visible space character. I don't believe that's true when the browser decides to break the line between the two spaces -- see: http://i.imgur.com/MksV7.png (which I took from http://www.jeanhsu.com/?p=229 ) So I guess you could argue that putting two spaces in HTML is strictly a negative: it does nothing, except…
There's something kooky going on with that page. I think the CMS used for that site must be substituting one type of space character with another in Unicode, or something like that, so that the browser does not "know" how to collapse the two whitespace characters into a single whitespace character. When I copy the two whitespace characters between sentences there into separate text files that contain nothing but thos…
Re: Why you should never, ever use two spaces after a period
#163Earlier quoted context omitted.
> The HTML rendering engine in your browser actually consolidates each block of white space into a single visible space character. I don't believe that's true when the browser decides to break the line between the two spaces -- see: http://i.imgur.com/MksV7.png (which I took from http://www.jeanhsu.com/?p=229 ) So I guess you could argue that putting two spaces in HTML is strictly a negative: it does nothing, except…
There's something kooky going on with that page. I think the CMS used for that site must be substituting one type of space character with another in Unicode, or something like that, so that the browser does not "know" how to collapse the two whitespace characters into a single whitespace character. When I copy the two whitespace characters between sentences there into separate text files that contain nothing but thos…
U+00A0 NO-BREAK SPACE character
Which is the same as HTML entity  
Re: Why you should never, ever use two spaces after a period
#164Earlier quoted context omitted.
There's something kooky going on with that page. I think the CMS used for that site must be substituting one type of space character with another in Unicode, or something like that, so that the browser does not "know" how to collapse the two whitespace characters into a single whitespace character. When I copy the two whitespace characters between sentences there into separate text files that contain nothing but thos…
Indeed, performing a hex dump, the second space seems to have been replaced with 0xc2 0xa0, which is UTF-8 for: U+00A0 NO-BREAK SPACE character Which is the same as HTML entity  
Well . . . several keystrokes, anyway, plus a Google lookup.
Re: Why you should never, ever use two spaces after a period
#165Earlier quoted context omitted.
. . . or a programmer, accustomed to using monospace fonts, who has learned to touch-type and hits the space bar twice as a matter of habit. When I see one space, I tend to suspect the writer is not a (very good, anyway) programmer, and is not particularly concerned with how text looks in reader software that uses monospace fonts -- and probably learned to type on a cellphone. I also expect to see such people spell "…
I try to use evidence, rather than using confirmation bias ("expect to see").
Re: Why you should never, ever use two spaces after a period
#166Hi Everyone, I am a two spacer between sentences, and a triple spacer for paragraph starters, and a newline between paragraphs. No wonder nobody reads my emails. :-)
Re: Why you should never, ever use two spaces after a period
#167This is a software problem. Programs that display proportional text should recognize one or more spaces after a period as a sentence break and should render appropriately.
On the other hand, software configured to recognize two spaces after a period is far more likely to work properly for identifying sentence endings, as long as you type two spaces between sentences.
Re: Why you should never, ever use two spaces after a period
#168"You're off my Thanksgiving invitation list, Farhad."
Re: Why you should never, ever use two spaces after a period
#169Earlier quoted context omitted.
It's cheaper to print a 310 page book than a 360 page book. That's why.
I'm willing to bet that some back of the envelope calculation would show that the savings are not anywhere near that many pages, and that the pages saved by either reducing the font size or the measure of the lines would dwarf the savings from single spaces after periods.
Anyway, you're claiming a false dichotomy there. Standardizing on single spaces is an incredibly easy fix if you want to minimize space used up, and the space savings far outweigh the effort (regardless of the cost in readability). In fact, shrinking typefaces will damage readability more quickly than eliminating the second space between sentences -- so if you're going to shrink text, you might as well wipe out a bunch of spaces while you're at it.
It's silly to talk about whether shrinking margins would save more space than getting rid of "extra" spaces between sentences, when it's quite simple to get rid of the spaces whether you shrink the margins or not.
Re: Why you should never, ever use two spaces after a period
#170Earlier quoted context omitted.
I try to use evidence, rather than using confirmation bias ("expect to see").
That doesn't seem likely, given your preceding comment.
Ironically, the easiest way to end a sentence with a period and continue the next (after a single space) on an Android phone keyboard is to tap the space bar twice.