-
-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Problem
According to the Unicode Standard 15.0.0, “2019 ’ is preferred for apostrophe”. The standard also says, "preferred characters in English for paired quotation marks are 2018 ‘ & 2019 ’". U+2019 (’) is sometimes called the “smart apostrophe”, and U+201C (“) and U+201D (”) are sometimes called “smart quotes”. Similarly, U+0027 (') is sometimes called the “ASCII apostrophe”, and U+0022 (") is sometimes called the “ASCII quotation mark”.
The English legal code for the current legal tools is inconsistent. In the licenses, ASCII apostrophes and ASCII quotation marks are almost always used. The only exception is the text above the “Creative Commons … International Public License” heading. The HTML versions of that text use smart apostrophes and smart quotes, but the plain text versions of that text use ASCII apostrophes and ASCII quotation marks.
In CC0, ASCII apostrophes and ASCII quotation marks are always used.
Description
Always use smart apostrophes and smart quotes. This would make the legal code consistent with itself and consistent with The Unicode Standard.
Alternatives
Always use ASCII apostrophes and ASCII quotation marks. This would make the legal code consistent with itself but wouldn’t make the legal code consistent with the Unicode standard. Additionally, ASCII quotation marks are very slightly harder to read than smart quotes since opening ones and closing ones look the same.
Implementation
- I would be interested in implementing this feature.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status