NSoiffer / MathCAT

MathCAT: Math Capable Assistive Technology for generating speech, braille, and navigation.
MIT License
63 stars 35 forks source link

Need to be more permissive about concept names #308

Closed NSoiffer closed 3 weeks ago

NSoiffer commented 3 weeks ago

The following is rejected as due to a "bad" intent value:

<math display='block'>
 <mrow>
  <mo intent='🐇'>&#x1F407;</mo>
  <mi>X</mi>
 </mrow>
</math>

The problem is that "🐇" isn't a letter, which the match is looking for. However, the definition of NCNAME is much more permissive than just letters.