Full stop
From Wikipedia, the free encyclopedia
.
|
---|
apostrophe ( ’ ' ) |
Interword separation |
spaces ( ) ( ) ( ) |
General typography |
ampersand ( & ) |
Uncommon typography |
asterism ( ⁂ ) |
A full stop or period (sometimes stop, full point, decimal point, or dot), is the punctuation mark commonly placed at the end of several different types of sentences in English and many other languages. A full stop consists of a small dot placed at the end of a line of text, such as at the end of this sentence.
The term full stop is rarely used by speakers in Canada and never in the United States, but is by far the more common term used in British English. If it is used in Canada, it may be generally differentiated from period in contexts where both might be used: a full stop is specifically a delimiting piece of punctuation that represents the end of a sentence.[citation needed] When a distinction is made, a period is then any appropriately sized and placed dot in English language text, including use in abbreviations (such as U.S.) and at the ends of sentences, but excluding certain special uses of dots at the bottom of a line of text, such as ellipses.
The term STOP was used in telegrams in place of the period. The end of a sentence would be marked by STOP, as punctuation cost extra.[1] The end of the entire telegram would be noted by FULL STOP.
Contents |
[edit] Abbreviations
A full stop is used after some abbreviations.
[edit] At ends of sentences: haplography
If the abbreviation ends a declaratory sentence there is no additional full stop immediately following the full stop that ends the abbreviation (e.g., My name is Michael Dukes, Jr.) This is called haplography, as logically there should be two full stops (one for the abbreviation, one for the sentence ending), but only one is conventionally written. In the case of an interrogative or exclamatory sentence ending with an abbreviation, a question or exclamation mark is still added.
[edit] Titles
In British English, abbreviations of titles often omit a full stop, as in Mr, Dr, Prof, which in American English would be given as Mr., Dr., Prof. The rule "If the abbreviation includes both the first and last letter of the abbreviated word, as in mister and doctor, a full stop is not used." is sometimes given,[2] though this does not include Professor.
In this use, the full stop is also occasionally known as a suspension mark.[citation needed][dubious ]
[edit] Acronyms and Initialisms
In initialisms, full stops are somewhat more often placed after each initial in American English (e.g., U.S., U.S.S.R.) than in British English (e.g., US, USSR). However, for acronyms that are pronounced like words (e.g., NATO), full stops are omitted in American English.
[edit] Mathematical usage
The same glyph has two separate uses with regard to numbers, the one applied being determined by the country it is used in: as a decimal separator and in presenting large numbers in a more readable form. In most English-speaking countries, the full stop has the former usage while a comma or a space is used for the latter:
-
- 1,000,000 (One million)
- 1,000.000 (One thousand)
In much of Europe, however, a comma is used as a decimal separator, while a full stop or a space is used for the presentation of large numbers:
-
- 1.000.000 (One million)
- 1.000,000 or 1 000,000 (One thousand)
In countries that use the comma as a decimal separator, the full stop is sometimes found as a multiplication sign, for example: 5,2 . 2 = 10,4. This usage is impossible in countries that use the full stop as a decimal separator, hence the use of the interpunct: 5.2 · 2 = 10.4.[citation needed]
[edit] Differences between languages
[edit] British English and American English
The traditional convention in American English is for full stops to be included inside the quotation marks, even if they are not part of the quoted sentence, while the British style shows clearly whether or not the punctuation is part of the quoted phrase. The American rule is derived from typesetting while the British rule is grammatical (see below for more explanation). Although the terms American style and British style are used it is not as clear cut as that because at least one major British newspaper prefers typesetters' quotation (punctuation inside) and BBC News uses both styles, while scientific and technical publications, even in the U.S., almost universally use logical quotation (punctuation outside unless part of the source material), due to its precision.
As with many such differences, the American rule follows an older British standard. The typesetter’s rule was standard in early 19th century Britain; the grammatical rule was advocated by the extremely influential book The King’s English, by Fowler and Fowler.
- “Carefree” means “free from care or anxiety.” (American style)
- “Carefree” means “free from care or anxiety”. (British style)
In British style, both single and double quotation marks are possible, but more modern style guides like the BBC’s tend to prefer the latter.[3]
Before the advent of mechanical type, the order of quotation marks with full stops and commas was not given much consideration. The printing press required that the easily damaged smallest pieces of type for the comma and full stop be protected behind the more robust quotation marks.[4] The U.S. style still adheres to this older tradition in formal writing but usually not in everyday use. Today, most areas of publication conform to one of the two standards above. However, in subjects such as chemistry and software documentation it is conventional to include only the precise quoted text within the quotation marks. This avoids ambiguity with regard to whether a punctuation mark belongs to the quotation:
- Enter the URL as “www.wikipedia.org”, the name as “Wikipedia”, and click “OK”.
- The URL starts with “www.wikipedia.”. This is followed by “org” or “com”.
References: Chicago Manual of Style, 15th edition; Hart’s Rules for Compositors and Readers at the University Press, Oxford.
[edit] Spacing after full stop
- See: Double spacing, which includes a full history of spacing rules, a review of readability vs design implications, and a summary of current style guides.
- Alternatively, see that article's Style Preferences subsection for current practice.
There are three main conventions relating to the number of spaces used to separate sentences within the same paragraph:
- one widened space, typically two to three times wider than an inter-word space (traditional typography)
- two spaces (English Spacing or American Typewriter Spacing)
- one space (French Spacing)
Note that the term double spacing can also refer to a style of leading: the insertion of a full additional empty line between lines of text. This is commonly used for text which may incorporate later markup or modifications, such as proof-readers' copies or legal documents.
[edit] Asian full stop
In some Asian languages, notably Chinese and Japanese, a small circle is used instead of a solid dot: "。" (U+3002 "Ideographic Full Stop"). Unlike the Western full stop, this is often used to separate consecutive sentences, rather than to finish every sentence; it is frequently left out where a sentence stands alone, or where text is terminated by a quotation mark instead.
In the Devanagari script used to write Hindi, Sanskrit and some other Indian languages a vertical line (“।”) (U+0964 “Devanagari Danda”) is used to mark the end of a sentence. In Hindi it is known as poorna viraam (full stop). Some Indian languages also use the full-stop such as Marathi.
In Thai, no symbol corresponding to full stop is used. A sentence is basically written without a space and a space is used to mark the end of sentence.
[edit] Computing use
In computing, the full stop is often used as a delimiter commonly called a "dot", for example in DNS lookups and file names. For example:
- www.example.com
- document.doc
- 192.168.0.1
In computer programming, the full stop corresponds to Unicode and ASCII character 46, or 0x2E. It is used in many programming languages as an important part of the syntax. C uses it as a means of accessing a member of a struct, and this syntax was inherited by C++ as a means of accessing a member of a class or object. Java and Python also follow this convention.
In file systems, the full stop is commonly used to separate the extension of a file name from the name of the file. RISC OS uses full stops to separate levels of the hierarchical file system when writing path names - similar to / in Unix-based systems and \ in MS-DOS-based systems.
In Unices, files or directories which start with a "." are hidden.
In Unix-like systems, the dot character represents the working directory. Two dots (..) represent the parent directory of the working directory.
Bourne-derived shells, such as sh, ksh, and Bash, also use the dot as a synonym for the source command, which reads the contents of a file and executes them.
[edit] See also
[edit] Notes
- ^ Julian Borger in The Guardian, February 3, 2006
- ^ Oxford A–Z of Grammar and Punctuation by John Seely.
- ^ BBC Writing Style Guidelines p. 17
- ^ AUE: FAQ excerpt: ", vs ,"
[edit] External links
- Chicago Style Q&A on one space versus two after sentences
- The Double-Space Debate A discussion on Blogdorf about one space versus two after sentences
- FontSite typographic design center on one space versus two after sentences