Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 8 Quotation Mark Variation Sequences introduced in Unicode 16 #84

Open
miiPoP opened this issue Sep 27, 2024 · 1 comment
Open

Add 8 Quotation Mark Variation Sequences introduced in Unicode 16 #84

miiPoP opened this issue Sep 27, 2024 · 1 comment

Comments

@miiPoP
Copy link

miiPoP commented Sep 27, 2024

Unicode 16 has introduced the following variation sequences to quotation marks. Suggesting to add character variants to represent the marks with their intended justification.

‘ LEFT SINGLE QUOTATION MARK U+2018
‘︀ NON FULLWIDTH FORM U+2018U+FE00
‘︁ RIGHT-JUSTIFIED FULLWIDTH FORM U+2018U+FE01

’ RIGHT SINGLE QUOTATION MARK U+2019
’︀ NON FULLWIDTH FORM U+2019U+FE00
’︁ RIGHT-JUSTIFIED FULLWIDTH FORM U+2019U+FE01

“ LEFT DOUBLE QUOTATION MARK U+201C
“︀ NON FULLWIDTH FORM U+201CU+FE00
“︁ RIGHT-JUSTIFIED FULLWIDTH FORM U+201CU+FE01

” RIGHT DOUBLE QUOTATION MARK U+201D
”︀ NON FULLWIDTH FORM U+201DU+FE00
”︁ RIGHT-JUSTIFIED FULLWIDTH FORM U+201DU+FE01

For reference: https://www.unicode.org/Public/UNIDATA/StandardizedVariants.txt

To illustrate, quoting a full block glyph should appear as the attached image:
SINGLE QUOTATION MARK:
█‘█’█ NoVS
█‘︀█’︀█ NON FULLWIDTH FORM VS=FE00
█‘︁█’︁█ RIGHT-JUSTIFIED FULLWIDTH FORM VS=FE01

DOUBLE QUOTATION MARK:
█“█”█ NoVS
█“︀█”︀█ NON FULLWIDTH FORM VS=FE00
█“︁█”︁█ RIGHT-JUSTIFIED FULLWIDTH FORM VS=FE01

@miiPoP
Copy link
Author

miiPoP commented Oct 15, 2024

quotation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant