@@ -91,6 +91,22 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
91
91
( 'י' , "Hebrew Letter Yod" , '\'' ) ,
92
92
( 'ߴ' , "Nko High Tone Apostrophe" , '\'' ) ,
93
93
( 'ߵ' , "Nko Low Tone Apostrophe" , '\'' ) ,
94
+ ( '"' , "Fullwidth Quotation Mark" , '"' ) ,
95
+ ( '“' , "Left Double Quotation Mark" , '"' ) ,
96
+ ( '”' , "Right Double Quotation Mark" , '"' ) ,
97
+ ( '‟' , "Double High-Reversed-9 Quotation Mark" , '"' ) ,
98
+ ( '″' , "Double Prime" , '"' ) ,
99
+ ( '‶' , "Reversed Double Prime" , '"' ) ,
100
+ ( '〃' , "Ditto Mark" , '"' ) ,
101
+ ( '״' , "Hebrew Punctuation Gershayim" , '"' ) ,
102
+ ( '˝' , "Double Acute Accent" , '"' ) ,
103
+ ( 'ʺ' , "Modifier Letter Double Prime" , '"' ) ,
104
+ ( '˶' , "Modifier Letter Middle Double Acute Accent" , '"' ) ,
105
+ ( '˵' , "Modifier Letter Middle Double Grave Accent" , '"' ) ,
106
+ ( 'ˮ' , "Modifier Letter Double Apostrophe" , '"' ) ,
107
+ ( 'ײ' , "Hebrew Ligature Yiddish Double Yod" , '"' ) ,
108
+ ( '❞' , "Heavy Double Comma Quotation Mark Ornament" , '"' ) ,
109
+ ( '❝' , "Heavy Double Turned Comma Quotation Mark Ornament" , '"' ) ,
94
110
( '[' , "Fullwidth Left Square Bracket" , '(' ) ,
95
111
( '❨' , "Medium Left Parenthesis Ornament" , '(' ) ,
96
112
( '❲' , "Light Left Tortoise Shell Bracket Ornament" , '(' ) ,
@@ -149,6 +165,7 @@ const ASCII_ARRAY: &'static [(char, &'static str)] = &[
149
165
( '?' , "Question Mark" ) ,
150
166
( '.' , "Period" ) ,
151
167
( '\'' , "Single Quote" ) ,
168
+ ( '"' , "Quotation Mark" ) ,
152
169
( '(' , "Left Parenthesis" ) ,
153
170
( ')' , "Right Parenthesis" ) ,
154
171
( '{' , "Left Curly Brace" ) ,
0 commit comments