Jump to content

Double quote: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ortolan88 (talk | contribs)
note on typographical open and close quotes
Ortolan88 (talk | contribs)
m link quotation mark
Line 1: Line 1:
The '''Double quote''' is [[ASCII]] [[character]] 34 ("). Often used in [[programming language]]s to delimit [[string]]s. In [[Unix shell]]s and [[Perl]] it delimits a string inside which [[variable]] substitution may occur.
The '''Double quote''' is [[ASCII]] [[character]] 34 ("). Often used in [[programming language]]s to delimit [[string]]s. In [[Unix shell]]s and [[Perl]] it delimits a string inside which [[variable]] substitution may occur.


The lack of typographical-style opening and closing quotes in ASCII leads to extra contortions for [[word processing]] software.
The lack of typographical-style opening and closing [[quotation mark]]s in ASCII leads to extra contortions for [[word processing]] software.


Common names: quote. Rare: literal mark; double-glitch; ITU-T: quotation marks; ITU-T: dieresis; dirk; INTERCAL: rabbit-ears; double prime.
Common names: quote. Rare: literal mark; double-glitch; ITU-T: quotation marks; ITU-T: dieresis; dirk; INTERCAL: rabbit-ears; double prime.

Revision as of 21:59, 25 July 2002

The Double quote is ASCII character 34 ("). Often used in programming languages to delimit strings. In Unix shells and Perl it delimits a string inside which variable substitution may occur.

The lack of typographical-style opening and closing quotation marks in ASCII leads to extra contortions for word processing software.

Common names: quote. Rare: literal mark; double-glitch; ITU-T: quotation marks; ITU-T: dieresis; dirk; INTERCAL: rabbit-ears; double prime.

This article (or an earlier version of it) contains material from FOLDOC, used with permission. Update as necessary.