We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650c74 commit 124ab5fCopy full SHA for 124ab5f
1 file changed
ts/core/MmlTree/OperatorDictionary.ts
@@ -81,7 +81,8 @@ export const MO = {
81
*/
82
export const RANGES: RangeDef[] = [
83
[0x0020, 0x007F, TEXCLASS.REL, 'mo'], // Basic Latin
84
- [0x00A0, 0x024F, TEXCLASS.ORD, 'mi'], // Latin-1 Supplement, Latin Extended-A, Latin Extended-B
+ [0x00A0, 0x00BF, TEXCLASS.ORD, 'mo'], // Latin-1 Supplement symbols
85
+ [0x00C0, 0x024F, TEXCLASS.ORD, 'mi'], // Latin-1 Supplement, Latin Extended-A, Latin Extended-B
86
[0x02B0, 0x036F, TEXCLASS.ORD, 'mo'], // Spacing modifier letters, Combining Diacritical Marks
87
[0x0370, 0x1A20, TEXCLASS.ORD, 'mi'], // Greek and Coptic (through) Tai Tham
88
[0x1AB0, 0x1AFF, TEXCLASS.ORD, 'mo'], // Combining Diacritical Marks Extended
0 commit comments