kreativekorp / open-relay

Free and open source fonts from Kreative Software
170 stars 9 forks source link

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

Open miiPoP opened 3 weeks ago

miiPoP commented 3 weeks ago

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 commented 1 week ago
quotation