You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
pollen-tfl/straight-and-curly-quotes.h...

16 lines
1.2 KiB
Perl

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#lang pollen
(define-meta title "straight and curly quotes")
hanging-topic[(topic-from-metas metas)]{Always use curly quotes}
em{Straight quotes} are the two generic vertical quotation marks located near the return key: the straight single quote glyph{'} and the straight double quote glyph{"}.
em{Curly quotes} are the quotation marks used in good typography. There are four curly quote characters: the opening single quote glyph{}, the closing single quote glyph{}, the opening double quote glyph{}, and the closing double quote glyph{}.
(omission)
Straight quotes are a xref{typewriter habit}. In traditional printing, all quotation marks were curly. But typewriter character sets were limited by mechanical constraints and physical space. By replacing the curly opening and closing quotes with ambidextrous straight quotes, two slots became available for other characters.
Word processors are not limited in this way. You can always get curly quotes. Compared to straight quotes, curly quotes are more legible on the page and match the other characters better. Therefore, straight quotes should never, ever appear in your documents.