Proper Use of Quotation Marks in Digital Typography: Avoiding ASCII Grave Accent as Left Quote
By
exvi
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
This article explains the proper use of quotation marks in digital typography, specifically warning against using ASCII grave accent (0x60) as a left quotation mark paired with ASCII apostrophe (0x27) as a right quotation mark. The author explains that while older systems like X Window System fonts displayed these characters as proper quotation marks, modern systems follow ISO and Unicode standards where they appear as grave accent and apostrophe respectively. The article recommends using proper Unicode quotation marks when possible, or using the apostrophe character for both left and right quotation marks when limited to ASCII characters.
Key quotes
· 4 pulledPlease do not use the ASCII grave accent (0x60) as a left quotation mark together with the ASCII apostrophe (0x27) as the corresponding right quotation mark (as in `quote')
Your text will otherwise appear rather strange with most modern fonts (e.g., on Windows and Mac systems)
Only old X Window System fonts and some old video terminals show ASCII 0x60/0x27 as left and right quotation marks, while most modern systems follow the ISO and Unicode standards instead
If you can use only ASCII's typewriter characters, then use the apostrophe character (0x27) as both the left and right quotation mark
You might also wanna read
Modern pixel fonts: Analog Mono and Coral Pixels revive retro digital aesthetics
A blog post highlighting interesting modern pixel fonts, focusing on Andrew Gleeson's Analog Mono (which fixes issues with the classic VCR O
A Technical Deep Dive into the Commodore 64 Dead Test Cartridge Font
A detailed technical exploration of the font used in the Commodore 64's "Dead Test" diagnostic cartridge. The article documents the font's d
Layers: A Free Web Tool for Creating Animated Code Snippet Videos
Layers is a free web-based tool that allows users to create beautiful, animated code snippet videos quickly and easily. Built by a developer
Recreating a retro multi-stroke text effect with CSS
A developer describes their journey trying to replicate a retro multi-stroke text effect using CSS. They initially struggled with the text-s
Tailgrids 3.0: Open-Source React UI Library with 600+ Tailwind Components and Figma Integration
Tailgrids 3.0 is an open-source React UI library and design system built with Tailwind CSS and Figma. It offers 600+ components, blocks, and
Plain Text Diagramming Tools: Enduring Niche for Source Code and AI Entry Point
A blog post discussing the niche but enduring category of plain text/ASCII diagramming and UI design tools. These tools appeal to users who
