Support Unicode colon equals#1151
Conversation
This PR adds support for three Unicode characters: `≔` `≕` `⩴`
Codecov Report
@@ Coverage Diff @@
## master #1151 +/- ##
==========================================
+ Coverage 78.95% 79.01% +0.06%
==========================================
Files 59 59
Lines 3872 3875 +3
Branches 655 655
==========================================
+ Hits 3057 3062 +5
+ Misses 674 672 -2
Partials 141 141
Continue to review full report at Codecov.
|
|
I withheld these characters from PR #933 because three packages address these characters and they all disagree on the alias.
Not only that, but the Unicode math aliases are used by mathtools to render a different character.
I have said in earlier PRs that for Unicode support, the internal alias is only a means, not an end. What matters is that the author must get the results desired from the input of a specific Unicode character. That is still true, so I have implemented these Unicode characters by writing macros that call the It’s a good thing that those internal aliases don’t really matter. This could have been ugly. |
This PR adds support for three Unicode characters:
≔≕⩴