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

Recognize several more unicode characters as math operators #3605

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

d-torrance
Copy link
Member

This is a quick follow up to #3584 adding a few more unicode blocks to the list of characters recognized as mathematical operators. In particular:

  • Arrows (U+2190-U+21FF)
  • Supplementary arrows A (U+27F0-U+27FF)
  • Supplementary arrows B (U+2900-U+297F)
  • Miscellaneous symbols & arrows (U+2B00-U+2BFF)

This fixes the bug pointed out in #3584 (comment)

In particular, the following blocks:

* Arrows (U+2190-U+21FF)
* Supplementary arrows A (U+27F0-U+27FF)
* Supplementary arrows B (U+2900-U+297F)
* Miscellaneous symbols & arrows (U+2B00-U+2BFF)

Also combine some adjacent blocks, sort the cases by code point, and
add the specific code points to the comments.
@d-torrance d-torrance requested a review from pzinn December 2, 2024 20:30
@d-torrance d-torrance changed the title Math operators Recognize several more unicode characters as math operators Dec 2, 2024
@d-torrance d-torrance merged commit 87756d0 into Macaulay2:development Dec 3, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants