All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Proper Use of Quotation Marks in Digital Typography: Avoiding ASCII Grave Accent as Left Quote

By

exvi

2mo ago· 12 min readen

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 pulled
Please 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
Snippet from the RSS feed
Do not use the ASCII character 0x60 (grave accent) as a left quotation mark together with 0x27 (apostrophe), because it will look silly with modern correct fonts.

You might also wanna read