Arikah Map

Hyphen

This article is about the punctuation mark. For the Asian-American magazine, see Hyphen (magazine).

v    e</div>

Punctuation

apostrophe ( ', )
brackets ( ), [ ], { }, < >
colon ( : )
comma ( , )
dashes ( , , , )
ellipsis ( , ... )
exclamation mark ( ! )
full stop/period ( . )
guillemets ( « » )
hyphen ( -, )
interpunct ( · )
question mark ( ? )
quotation marks ( ", ‘ ’, “ ” )
semicolon ( ; )
slash/solidus/stroke ( / )

Interword separation

spaces ( ) () ()

General typography

ampersand ( & )
asterisk ( * )
at ( @ )
backslash ( \ )
bullet ( )
caret ( ^ )
currency ( ¤ ) ¢, $, , £, ¥
dagger ( ) ( )
degree ( ° )
inverted exclamation point ( ¡ )
inverted question mark ( ¿ )
number sign ( # )
percent and related signs
( %, , )
pilcrow ( )
prime ( )
section sign ( § )
tilde ( ~ )
umlaut/diaeresis ( ¨ )
underscore/understrike ( _ )
vertical/pipe/broken bar ( |, ¦ )

Uncommon typography

asterism ( )
lozenge ( )
interrobang ( )
irony mark ( ؟ )
reference mark ( )
sarcasm mark

A hyphen ( -, or ) is a punctuation mark. It is used both to join words and to separate syllables. It is often confused with a dash ( , , ), which is longer. Hyphenation is the use of hyphens.


Contents

Rules and customs of usage

A definitive collection of hyphen rules does not exist. Therefore, the writer or editor should consult a manual of style or dictionary of his or her preference, particularly for the country in which they are writing. The rules of style that apply to dashes and hyphens have evolved to support ease of reading in complex constructions; editors often accept deviations from them that will support, rather than hinder, ease of reading.

The use of the hyphen has, in general, been steadily declining, both in popular writing and in scholarly journals. Its use is almost always avoided by those who write for newspapers, for advertising copy or for labels on packaging, since they are often more concerned with visual cleanliness than semantic clarity; the words are left with spaces. However, it is still used in most (American) newspapers and magazines; hence, people remain accustomed to seeing and understanding its use. In other countries hyphens are dropped in favour of connecting the two-word compounds.

Traditionally an en dash ('–') replaces the hyphen in hyphenated compounds if either of its constituent parts is already hyphenated or contains a space.

Examples of usage

Some strong examples of semantic changes caused by the placement of hyphens:

Additional examples of proper use:

Origin and history of the hyphen

In medieval times and the early days of printing, the predecessor of the comma was a slash. As the hyphen ought not to be confused with this, a double-slash was used, this resembling an equals sign tilted like a slash. Writing forms changed with time, and included the full development of the comma, so the hyphen could become one horizontal stroke.

However, publishers of dictionaries liked that a tilted symbol would give them a little extra room in their books. Those dictionaries based on the second edition of the Merriam-Webster dictionary used one small, slightly tilted slash for a hyphen which they added at the end of a line where they broke the word, but used a double-slash much like the very old symbol to indicate a hyphen which needs to be in a phrase and just happened to get at the end of the line. This double-slash would be used in hyphenated phrases in the middle of the text as well, so that there would be no confusion.

Hyphens in computing

In the ASCII character encoding, the hyphen was encoded as character 45. Technically, this character is called the hyphen-minus, as it is also used as the minus sign and for dashes. In Unicode, this same character is encoded as U+002D so that Unicode remains compatible with ASCII. However, Unicode also encodes the hyphen and minus separately, as U+2010 ( ‐ ) and U+2212 ( − ), respectively, along with a series of dashes. Usage of the hyphen-minus character is discouraged where possible, in favour of the specific hyphen character.

When flowing text, it is sometimes preferable to break a word in half so that it continues on another line rather than moving the entire word to the next line. Since it is difficult for a computer program to automatically make good decisions on when to hyphenate a word the concept of a soft hyphen was introduced to allow manual specification of a place where a hyphenated break was allowed without forcing a line break in an inconvenient place if the text was later reflowed. Soft hyphens are most useful when the width is known but future editability is desired, as few would have the patience to put them in at every place they believed a hyphenated split was acceptable (as would be needed for their meaningful use on a medium like the Web).

When flowing text, a system may consider the soft hyphen to be a point at which a word may be broken, and display a hyphen at the end of the broken line; if the line is not broken at that point the hyphen is not displayed. In most parts of ISO-8859 the soft hyphen is at position 0xAD, and since the first 256 positions in unicode are taken from ISO-8859-1, it has a unicode codepoint of U+00AD. In HTML, the soft hyphen is encoded as the character entity "&shy;".

Most text systems consider a hyphen to be a word boundary and a valid point at which to break a line when flowing text. However, this is not always desirable behavior, especially when it could lead to ambiguity (such as in the examples given before, where "recreation" and "re-creation" would be indistinguishable). For this purpose, Unicode also encodes a non-breaking hyphen as U+2011 ( ‑ ). This character looks identical to the regular hyphen, but is not treated as a word boundary.

The ASCII hyphen-minus character is also often used when specifying parameters to programs in a command line interface. The character is usually followed by one or more letters that indicate specific actions. Typically it is called a dash in this context. This is used in many different operating systems, particularly Unix and Unix-like systems. DOS and Microsoft Windows also sometimes make use of the hyphen, although the use of a forward slash (/) is more prevalent there. A parameter by itself that is only a single hyphen without any letters usually means that a program is supposed to handle data coming from the standard input or send data to the standard output. Two hyphen-minus characters ( -- ) are used on some programs to specify "long options" where more descriptive action names are used. This is a common feature of GNU software.

International Standard dates

Continental Europeans use the hyphen to delineate parts within a written date. Germans and Slavs also used Roman numerals for the month; 14‑vii‑1789, for example, is one way of writing the first Bastille Day, though this usage is rapidly falling out of favour. Plaques on the wall of the Moscow Kremlin are written this way. Usage of hyphens, as opposed to the slashes used in the English language, is specified for international standards.

International standard ISO 8601, which was accepted as European Standard EN 28601 and incorporated into various typographic style guides (e.g., DIN 5008 in Germany), brought about a new standard using the hyphen. Now all official European governmental documents use this. These norms prescribe writing dates using hyphens: 1789-07-14 is the new way of writing the first Bastille Day.

This method has even gained influence within North America. This is due to the fact that most common computer filesystems make the use of slashes difficult or impossible. Windows uses the \ as the directory separator, and / (which is used for switches to commands) is also forbidden. Unix-like systems use / as a directory separator and while \ is legal in filenames it is awkward to use as the shell uses it as an escape character. The non-year form is also identical apart from the separator used to the standard American representation. The ISO date format is also sorted correctly by a dumb sort routine which can be useful in many computing situations including the aforementioned filenames. Many computer systems and IT technicians have switched to this method. The government of the Commonwealth of Massachusetts, for example, has switched to this method, although it has not yet been imposed upon society at large.

See also

Categories


Articles lacking sources from June 2006 | All articles lacking sources | Punctuation | Typography

Find

Find

Find