Tell me more ×
Writers Stack Exchange is a question and answer site for authors, editors, reviewers, professional writers, and aspiring writers. It's 100% free, no registration required.

My apologies if this is off topic.

American and British writing have different punctuation styles. Is there any software that can change American style punctuation to British? I am referring to punctuation, not spelling. A simple example would be changing the American styled

"Hello," he said.

to what (I think is) the British styled

'Hello', he said.

I am not entirely certain about the particulars which is why I need this tool in the first place.

share|improve this question
3  
The "British" style includes punctuation inside the quotes if it's part of the quoted phrase, so while conversion from "British" to "American" is trivial, it's lossy, making 100% accurate conversion from "American" to "British" impossible. – Jon Hanna Feb 15 at 17:25
It's also not really possible to define "British". I use double-quotes first because they don't get confused with apostrophes; and I was taught that at school. – Andrew Leach Feb 15 at 17:44
I have to edit a text that is a horrible jumble of what I consider American and what I consider British punctuation styles. All I really want is to make it consistent, one style or the other and I would like to do it automatically. Perhaps a general "punctuation corrector"? Pretty sure it won't exist but I thought I'd ask. – terdon Feb 15 at 17:47
3  
sed "s/,\"/\",/g" – Mitch Feb 15 at 18:04
1  
Wow, that would be nice. I suggest you find an editor on the correct side of the pond and ask him/her to focus just on that. A native speaker/reader/writer is going to find that sort of thing fairly quickly, because the non-native bits will jump out. – Lauren Ipsum Feb 15 at 19:50
show 5 more comments

migrated from english.stackexchange.com Feb 15 at 18:38

1 Answer

The idea that there are two styles is erroneous, as has been mentioned above. The 'rules' surrounding punctuation are becoming more relaxed year by year and, especially with the growth and use of the Internet, 'US' and 'UK' styles are becoming ever less easy to distinguish.

And since 'quotes are supposed to be exactly like the original', this would include importing a style possibly at variance with that used in the main body of the document.

That having been said, you might find this treatment of punctuation surrounding quotations interesting - even quite useful.

Though choosing to use double or single inverted commas in the first instance is more a matter of personal (maybe your editor's) choice, I tend to use double for direct speech, but single for other quotes, to signal novel/unusual words/usages, or perhaps the risky choice of a certain word ('scare quotes').

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.