Live data from Hacker News

Prefer the British Style of Quotation Mark Punctuation over the American

erichgrunewald.com

271–280 of 393 posts

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#271

I think the solution is to always add just a few more words at the end of a sentence: > Dr Johnson kicked a large rock and said, as his foot rebounded, “I refute it thus.” and then said no more.

But there you have just come to the same British conclusion that the end of the sentence is outside the quotation.

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#272

I think the solution is to always add just a few more words at the end of a sentence: > Dr Johnson kicked a large rock and said, as his foot rebounded, “I refute it thus.” and then said no more.

Except that a quotation that doesn't end the containing sentence isn't punctuated that way in either US or UK style; with the added text, it would be either:

(UK) Dr Johnson kicked a large rock and said, as his foot rebounded, ‘I refute it thus’, and then said no more.

or:

(US) Dr Johnson kicked a large rock and said, as his foot rebounded, “I refute it thus,” and then said no more.

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#273
Hackers tend to use quotes as balanced delimiters like parentheses, much to the dismay of American editors. Thus, if “Jim is going” is a phrase, and so are “Bill runs” and “Spock groks”, then hackers generally prefer to write: “Jim is going”, “Bill runs”, and “Spock groks”. This is incorrect according to standard American usage (which would put the continuation commas and the final period inside the string quotes); however, it is counter-intuitive to hackers to mutilate literal strings with characters that don't belong in them. Given the sorts of examples that can come up in discussions of programming, American-style quoting can even be grossly misleading. When communicating command lines or small pieces of code, extra characters can be a real pain in the neck.

http://www.catb.org/~esr/jargon/html/writing-style.html

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#275

Earlier quoted context omitted.

Unlike periods and commas, putting question marks and exclamation marks inside the quotation when they are not part of the quote is against AP, APA, Chicago, and MLA style specifications... Granted, I don't know if technical writing typically adheres to some other style, but shoving a question mark inside a quote it isn't part of is definitely not typical of American styles in general.

Correct, but that just shows why the American style is so confusing. That we have to have an exception for more meaningful punctuation marks just serves to confuse, and emphasizes just how bad the default is.

I didn't even realize that periods were an exception. (as an American) I've always preserved the original quote for all three forms of punctuation, and put a sentence-ender only if there isn't one inside the quote. I'd bet most americans do the same, style guides be damned. IMO, it's also totally crazy to export a punctuation mark out of the quote always.

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#276

Earlier quoted context omitted.

American here. Placing punctuation in a quote ending a sentence is how English Composition was taught to me in grade school and in college. I took to Eng Comp early on and had at least one class in the subject from 9th grade in 1993 through my final year of college in 2003. IMHO this is right up there with tabs vs spaces. People are going to have very different takes on what looks aesthetically pleasing based on view…

FWIW, as another anecdatum from an American, I was always taught the "British style" was the correct way, and the "American style" was incorrect. They were never referred to as "British" or "American" though, just "correct" and "incorrect". I prefer the "British" style, FWIW. Maybe it's just what I was taught, but I have encountered arguments for the other way periodically (causing me to have to check), and I always…

the "british" style also introduces an ambiguity. Did the original quote contain the puncutation, or does it derive from the outside context?

It's pretty clear to me that the correct method (on the grounds of respecting source material) is: "punctuation inside, if it comes from the source, punctuation outside if it's from the outside context".

And there are times when quotes aren't even direct quotes, they could be scare quotes. Why the hell would you ever put punctuation inside of a scare quote? I don't think any american would do this.

E.g.:

Dough is pronounced like "doe." -- TERRIBLE. Stab my eyes out.

Dough is pronounced like "doe". -- sensible.

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#278
post #25

Earlier quoted context omitted.

A footnote in the article addresses this: "More logical still would be to have two periods, one marking the end of the quoted sentence and the other the end of the top-level sentence. But that would be redundant and also look ugly." I tend to agree with the author. While it's logically consistent, it's typographically redundant. There's no need to end a sentence with a full stop, a quotation mark, another full stop,…

I don't see why it is redundant. There is no reason to assume that the quoted sentence ends the quoting sentence. Imagine this being the last thing you see on a page. Without turning the page, there would be no way of knowing whether the quoting sentence is complete. But these things are just conventions. It's futile to demand any kind of logic or consistency.

> I don't see why it is redundant

Can you construct a pair of sentences where the potential ambiguity would be meaningful and not trivially resolved with context?

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#279
post #273

Hackers tend to use quotes as balanced delimiters like parentheses, much to the dismay of American editors. Thus, if “Jim is going” is a phrase, and so are “Bill runs” and “Spock groks”, then hackers generally prefer to write: “Jim is going”, “Bill runs”, and “Spock groks”. This is incorrect according to standard American usage (which would put the continuation commas and the final period inside the string quotes); h…

It’s an æsthetic choice in the end. If I could put the period below the quotation mark, then I would do so as I already do in writing.

Re: Prefer the British Style of Quotation Mark Punctuation over the American

#280
post #25
post #2

As a programmer, I’d prefer a combination of the two: Dr Johnson kicked a large rock and said, as his foot rebounded, “I refute it thus.”. as I think it’s weird that a punctuation mark inside a quote can end the sentence that contains the quote. I’d argue like this: in the above case there are two sentences, the quote and the sentence that contains the quote. Both need to be terminated with a period.

A footnote in the article addresses this: "More logical still would be to have two periods, one marking the end of the quoted sentence and the other the end of the top-level sentence. But that would be redundant and also look ugly." I tend to agree with the author. While it's logically consistent, it's typographically redundant. There's no need to end a sentence with a full stop, a quotation mark, another full stop,…

Once we're accepting that appearance is part of our decision, the American one has just as much appeal as the British one.
Post reply on HN